Skip to content

Commit 98b65f7

Browse files
committed
update: package
1 parent b7a7440 commit 98b65f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

admin/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"git": "git add ../laravel/public/static/* && git add ../laravel/public/index.html && git commit -m \"chore(view): 构建前端\"",
1616
"test:unit": "jest --clearCache && vue-cli-service test:unit",
1717
"test:ci": "npm run lint && npm run test:unit",
18-
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
18+
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
19+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0"
1920
},
2021
"dependencies": {
2122
"axios": ">=0.18.1",

0 commit comments

Comments
 (0)