Showing
1 changed file
with
0 additions
and
7 deletions
... | ... | @@ -22,13 +22,6 @@ |
22 | 22 | } |
23 | 23 | ], |
24 | 24 | "scripts": { |
25 | - "build": "father-build", | |
26 | - "prepare": "npm run build", | |
27 | - "postpublish": "git push --tags", | |
28 | - "beta": "npm publish --tag beta", | |
29 | - "prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"", | |
30 | - "test": "umi-test", | |
31 | - "test:coverage": "umi-test --coverage" | |
32 | 25 | }, |
33 | 26 | "main": "lib/index.js", |
34 | 27 | "module": "es/index.js", | ... | ... |