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 d7b11c5 commit 57f8408Copy full SHA for 57f8408
package.json
@@ -8,7 +8,8 @@
8
"watch-build": "npm run build -- -w",
9
"test": "mocha --compilers js:@babel/register",
10
"watch-test": "npm test -- -w",
11
- "lint": "eslint **/*.js --quiet"
+ "lint": "eslint **/*.js --quiet",
12
+ "prepare": "npm run build"
13
},
14
"repository": {
15
"type": "git",
0 commit comments