Skip to content
This repository was archived by the owner on Dec 30, 2022. It is now read-only.

Commit 5efb171

Browse files
committed
chore: test before lint
1 parent ec50846 commit 5efb171

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
@@ -34,7 +34,7 @@
3434
"docs:build:dev": "cd docs && yarn && yarn build:dev",
3535
"docs:watch": "cd docs && yarn && yarn dev",
3636
"docs:deploy": "cd docs && yarn && yarn deploy",
37-
"test": "yarn run lint && jest --verbose --coverage",
37+
"test": "jest --verbose --coverage && yarn run lint",
3838
"test:update": "jest --verbose --updateSnapshot",
3939
"test:watch": "jest --verbose --watchAll --notify",
4040
"lint": "eslint --ext .js,.vue .",

0 commit comments

Comments
 (0)