You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.
"build": "cd packages/miniprogram-element && npm run build && cd ../miniprogram-render && npm run build && cd ../kbone-ui && npm run build && cd ../kbone-tool && npm run build && cd ../..",
"publish": "lerna publish",
"next": "lerna publish --dist-tag next",
"test": "npm run build && cd packages/vue-improve-loader && npm run test && cd ../miniprogram-render && npm run test && cd ../miniprogram-element && npm run test && cd ../kbone-tool && npm run test && cd ../html-to-js-loader && npm run test && cd ../replace-global-var-loader && npm run test && cd ../..",