chore: clear depercated scripts

This commit is contained in:
chenshenhai 2023-08-13 20:09:28 +08:00
parent 90acbba235
commit 37136f452c

View file

@ -11,13 +11,11 @@
"build:min": "vite-node ./scripts/minify.ts",
"snapshot": "npm run build:bundle && vite-node ./scripts/snapshot.ts",
"e2e": "jest --config jest.e2e.config.js",
"init": "lerna bootstrap",
"init:cnpm": "lerna bootstrap --npm-client=cnpm",
"clear": "rm -rf node_modules/ && rm -rf ./packages/*/dist/ && rm -rf ./packages/*/esm/ && rm -rf ./packages/*/node_modules/",
"jest": "jest --config jest.config.js",
"jest:update": "jest --update-snapshot --config jest.config.js",
"cover": "jest --config jest.cover.js",
"beforetest": "lerna bootstrap --no-ci && npm run build",
"beforetest": "npm run build",
"test": "npm run jest",
"serve": "http-server ./",
"lint": "eslint --fix --ext .ts packages/*/src/**",