We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0edde commit c5fc0a8Copy full SHA for c5fc0a8
1 file changed
package.json
@@ -7,8 +7,8 @@
7
"test": "mocha && npm run lint --silent",
8
"lint": "standard --verbose | snazzy || true",
9
"lint:fix": "standard --fix",
10
- "prepublishOnly": "npm run compile",
11
- "compile": "babel --stage 1 -d dist/ src/"
+ "prepublishOnly": "npm run build",
+ "build": "babel --stage 1 -d dist/ src/"
12
},
13
"repository": {
14
"type": "git",
0 commit comments