mirror of https://github.com/certd/certd
chore: 1.0.0 pre
parent
95722f46f4
commit
cc3531b9d5
|
@ -8,7 +8,9 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "lerna bootstrap --hoist",
|
"start": "lerna bootstrap --hoist",
|
||||||
"i-all": "lerna link && lerna exec npm install "
|
"i-all": "lerna link && lerna exec npm install ",
|
||||||
|
"prepublishOnly": "npm run before-build && lerna run build ",
|
||||||
|
"before-build": "cd ./packages/core/acme-client && time /t >build.md && git add ./build.md && git commit -m \"build: prepare to build\""
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in New Issue