Skip to content

Commit 67e5a6b

Browse files
committed
🔧 Chore: update npm scripts
1 parent 7af4710 commit 67e5a6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@
88
"sgc": "./dest/cli.js"
99
},
1010
"scripts": {
11-
"pretest": "npm run lint",
11+
"pretest": "npm run lint & npm run babel",
1212
"test": "nyc ava",
1313
"lint": "eslint lib test",
1414
"prepublish": "npm test",
15-
"postinstall": "npm run babel",
1615
"babel": "babel lib -d dest",
1716
"coveralls": "nyc report --reporter=text-lcov | coveralls",
1817
"prepush": "npm test"

0 commit comments

Comments
 (0)