Skip to content

Commit 9f40d2c

Browse files
committed
fix(install): build before running tests
1 parent ea03ede commit 9f40d2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"eslint": ">=5"
2828
},
2929
"scripts": {
30+
"pretest": "yarn build",
3031
"lint": "eslint . --ignore-pattern '!.eslintrc.js' --ext js,ts",
3132
"prettylint": "prettylint docs/**/*.md README.md package.json",
3233
"prepublishOnly": "yarn build",

0 commit comments

Comments
 (0)