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 384c45a commit 86250c3Copy full SHA for 86250c3
package.json
@@ -25,7 +25,7 @@
25
"tdd": "yarn run unit --watch",
26
"test": "yarn run unit --coverage",
27
"lint": "eslint --ext .js,.vue src test/unit",
28
- "pr": "yarn && yarn prepare && yarn prepack && echo 'Please check if the documentation still works'",
+ "pr": "yarn && yarn prepack && echo 'Please check if the documentation still works'",
29
"vuepress:dev": "vuepress dev docs",
30
"vuepress:build": "vuepress build docs"
31
},
0 commit comments