From bc18ecb2777c2080e3cef12932245edf05e7c9fe Mon Sep 17 00:00:00 2001 From: vben Date: Thu, 25 Nov 2021 00:23:30 +0800 Subject: [PATCH] fix: Fix github action running error --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 88bfe08b..c8adacf6 100644 --- a/package.json +++ b/package.json @@ -30,8 +30,7 @@ "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", "prepare": "husky install", - "gen:icon": "esno ./build/generate/icon/index.ts", - "preinstall": "npx only-allow pnpm -y" + "gen:icon": "esno ./build/generate/icon/index.ts" }, "dependencies": { "@ant-design/colors": "^6.0.0",