We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde3fb7 commit b6650efCopy full SHA for b6650ef
admin/package.json
@@ -10,6 +10,9 @@
10
"build:stage": "vue-cli-service build --mode staging",
11
"preview": "node build/index.js --preview",
12
"lint": "eslint --ext .js,.vue src",
13
+ "build": "vue-cli-service build && npm run move && npm run git",
14
+ "move": "rm -rf ../laravel/public/static && cp -r dist/* ../laravel/public",
15
+ "git": "git add ../laravel/public/static/* && git add ../laravel/public/index.html && git commit -m \"chore(view): 构建前端\"",
16
"test:unit": "jest --clearCache && vue-cli-service test:unit",
17
"test:ci": "npm run lint && npm run test:unit",
18
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
0 commit comments