There was an error while loading. Please reload this page.
1 parent 2ddace9 commit dd0dd2dCopy full SHA for dd0dd2d
1 file changed
package.json
@@ -5,7 +5,7 @@
5
"main": "dist/index.js",
6
"scripts": {
7
"build": "babel src --out-dir dist",
8
- "prepublish": "build",
+ "prepublish": "npm run build",
9
"test": "mocha --compilers js:babel/register --recursive",
10
"test:watch": "npm test -- --watch",
11
"lint": "eslint ."
0 commit comments