mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
chore: clear depercated scripts
This commit is contained in:
parent
90acbba235
commit
37136f452c
1 changed files with 1 additions and 3 deletions
|
|
@ -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/**",
|
||||
|
|
|
|||
Loading…
Reference in a new issue