This commit is contained in:
xiaojunnuo
2024-03-22 01:47:29 +08:00
parent feb7bfc724
commit 754e76d9b9
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@
"proxy": "npm config set proxy=http://127.0.0.1:10809",
"prepublishOnly1": "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\"",
"deploy1": "node deploy.js"
"deploy1": "node --experimental-json-modules deploy.js "
},
"license": "AGPL-3.0",
"dependencies": {