Skip to content

Commit 9b2f95e

Browse files
committed
🔧 Use build script before test
1 parent 04b072a commit 9b2f95e

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
@@ -7,7 +7,7 @@
77
"format": "npm run format:write && format:fix",
88
"format:write": "prettier --write \"**/{src,test}/**/*.{json,js,vue}\" \"*.{json,js}\" && prettier-tslint fix \"**/{src,test}/**/*.ts\"",
99
"format:fix": "yarn workspaces foreach -iv run lint -- --fix",
10-
"test": "yarn workspaces foreach -iv run test && jest --verbose"
10+
"test": "npm run build && yarn workspaces foreach -iv run test && jest --verbose"
1111
},
1212
"workspaces": [
1313
"packages/@gluons/*"

0 commit comments

Comments
 (0)