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 04b072a commit 9b2f95eCopy full SHA for 9b2f95e
package.json
@@ -7,7 +7,7 @@
7
"format": "npm run format:write && format:fix",
8
"format:write": "prettier --write \"**/{src,test}/**/*.{json,js,vue}\" \"*.{json,js}\" && prettier-tslint fix \"**/{src,test}/**/*.ts\"",
9
"format:fix": "yarn workspaces foreach -iv run lint -- --fix",
10
- "test": "yarn workspaces foreach -iv run test && jest --verbose"
+ "test": "npm run build && yarn workspaces foreach -iv run test && jest --verbose"
11
},
12
"workspaces": [
13
"packages/@gluons/*"
0 commit comments