update autopub script

This commit is contained in:
wxzhang 2023-01-26 20:30:50 +08:00
parent 6e1ebf5933
commit 3117ba6fe5

View File

@ -9,7 +9,7 @@
"test:runtime": "cross-env NODE_OPTIONS=--experimental-vm-modules jest runtime --coverage --collectCoverageFrom packages/runtime/dist/runtime.cjs",
"docs:build": " dumi build",
"docs:dev": "cross-env NODE_OPTIONS=--openssl-legacy-provider dumi dev ",
"auto-pub": "autopub"
"autopub": "autopub --all"
},
"author": "",
"license": "ISC",