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 5ede9bf commit c66ad81Copy full SHA for c66ad81
package.json
@@ -6,8 +6,7 @@
6
"scripts": {
7
"test": "mocha",
8
"clean": "rm lib/*",
9
- "build": "npm run clean; babel src/ --out-dir lib",
10
- "prepublishOnly": "npm run build"
+ "build": "npm run clean; babel src/ --out-dir lib"
11
},
12
"files": [
13
"index.js",
0 commit comments