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 bc7defb commit 77a9edcCopy full SHA for 77a9edc
package.json
@@ -22,6 +22,8 @@
22
"docs-deploysetup": "npm run docs:build && npm run docs-deploysetup:clean && npm run docs-deploysetup:copy",
23
"docs-deploysetup:clean": "rimraf assets",
24
"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 .",
27
"updatefixture": "cross-env UPDATE_FIXTURE=\"true\" npm run test:base"
28
},
29
"repository": {
0 commit comments