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 7af4710 commit 67e5a6bCopy full SHA for 67e5a6b
package.json
@@ -8,11 +8,10 @@
8
"sgc": "./dest/cli.js"
9
},
10
"scripts": {
11
- "pretest": "npm run lint",
+ "pretest": "npm run lint & npm run babel",
12
"test": "nyc ava",
13
"lint": "eslint lib test",
14
"prepublish": "npm test",
15
- "postinstall": "npm run babel",
16
"babel": "babel lib -d dest",
17
"coveralls": "nyc report --reporter=text-lcov | coveralls",
18
"prepush": "npm test"
0 commit comments