fix: Fix github action running error

This commit is contained in:
vben 2021-11-25 00:23:30 +08:00
parent 413df9f5e1
commit bc18ecb277
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@
"test:br": "npx http-server dist --cors --brotli -c-1", "test:br": "npx http-server dist --cors --brotli -c-1",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap", "reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"prepare": "husky install", "prepare": "husky install",
"gen:icon": "esno ./build/generate/icon/index.ts", "gen:icon": "esno ./build/generate/icon/index.ts"
"preinstall": "npx only-allow pnpm -y"
}, },
"dependencies": { "dependencies": {
"@ant-design/colors": "^6.0.0", "@ant-design/colors": "^6.0.0",