Skip to content

Commit 77a9edc

Browse files
committed
update script
1 parent bc7defb commit 77a9edc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
"docs-deploysetup": "npm run docs:build && npm run docs-deploysetup:clean && npm run docs-deploysetup:copy",
2323
"docs-deploysetup:clean": "rimraf assets",
2424
"docs-deploysetup:copy": "cpx \"docs/\\.vuepress/dist/**\" . -u",
25+
"preversion": "npm test && npm run update && git add .",
26+
"version": "npm run lint -- --fix && git add .",
2527
"updatefixture": "cross-env UPDATE_FIXTURE=\"true\" npm run test:base"
2628
},
2729
"repository": {

0 commit comments

Comments
 (0)