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 93d597a commit 4dbc125Copy full SHA for 4dbc125
admin/package.json
@@ -12,7 +12,7 @@
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): 构建前端\"",
+ "git": "git add ../laravel/public/static/* && git add ../laravel/public/index.html && git commit -m \"chore(view): Build front end\"",
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