Skip to content

Commit 86250c3

Browse files
committed
Remove double linting from pr check script
1 parent 384c45a commit 86250c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"tdd": "yarn run unit --watch",
2626
"test": "yarn run unit --coverage",
2727
"lint": "eslint --ext .js,.vue src test/unit",
28-
"pr": "yarn && yarn prepare && yarn prepack && echo 'Please check if the documentation still works'",
28+
"pr": "yarn && yarn prepack && echo 'Please check if the documentation still works'",
2929
"vuepress:dev": "vuepress dev docs",
3030
"vuepress:build": "vuepress build docs"
3131
},

0 commit comments

Comments
 (0)