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 b7a7440 commit 98b65f7Copy full SHA for 98b65f7
admin/package.json
@@ -15,7 +15,8 @@
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"
+ "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
19
+ "changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"
20
},
21
"dependencies": {
22
"axios": ">=0.18.1",
0 commit comments