Commit bc18ecb2777c2080e3cef12932245edf05e7c9fe
1 parent
413df9f5
fix: Fix github action running error
Showing
1 changed file
with
1 additions
and
2 deletions
package.json
... | ... | @@ -30,8 +30,7 @@ |
30 | 30 | "test:br": "npx http-server dist --cors --brotli -c-1", |
31 | 31 | "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", |
32 | 32 | "prepare": "husky install", |
33 | - "gen:icon": "esno ./build/generate/icon/index.ts", | |
34 | - "preinstall": "npx only-allow pnpm -y" | |
33 | + "gen:icon": "esno ./build/generate/icon/index.ts" | |
35 | 34 | }, |
36 | 35 | "dependencies": { |
37 | 36 | "@ant-design/colors": "^6.0.0", | ... | ... |