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 5b1a151 commit b2415f3Copy full SHA for b2415f3
package.json
@@ -15,7 +15,8 @@
15
"test": "npm run lint && mocha --compilers js:babel-register tests --recursive",
16
"semantic-release": "semantic-release",
17
"commitmsg": "npm run test && commitlint -e $GIT_PARAMS",
18
- "build": "rm -fr ./dist && babel ./src --out-dir ./dist --copy-files"
+ "build": "rm -fr ./dist && babel ./src --out-dir ./dist --copy-files",
19
+ "prepublishOnly": "npm run test && npm run build"
20
},
21
"repository": {
22
"type": "git",
0 commit comments