-
Reiter, Christoph authored
lerna complains about this And remove the custom publish commands
Reiter, Christoph authoredlerna complains about this And remove the custom publish commands
This project manages its dependencies using npm.
Learn more
package.json 385 B
{
"name": "dbp-toolkit",
"version": "0.1.0",
"description": "",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "lerna run test",
"build": "lerna run build",
"publish": "lerna publish from-package --yes"
},
"author": "",
"license": "LGPL-2.1-or-later",
"devDependencies": {
"lerna": "^3.22.1"
}
}