Browse Source

fix: change package

DESKTOP-USV654P\pc 4 months ago
parent
commit
262d71822c
2 changed files with 4 additions and 2 deletions
  1. 1 1
      Makefile
  2. 3 1
      package.json

+ 1 - 1
Makefile

@@ -11,7 +11,7 @@ build:
 
 commit:
 	git add . && \
-	git commit -m "fix: 修改docker编译文件"
+	git commit -m "fix: change package"
 
 checkPre:
 	git checkout pre

+ 3 - 1
package.json

@@ -31,7 +31,9 @@
     "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"
+    "gen:icon": "esno ./build/generate/icon/index.ts",
+    "git:dev": "make -f ./Makefile  -C ./ pushDev",
+    "git:pre": "make -f ./Makefile  -C ./ pushPre"
   },
   "dependencies": {
     "@ant-design/colors": "^7.0.0",