Skip to content

Commit 893c2cf

Browse files
committed
Replace npm prepublish with prepare
1 parent 99d1202 commit 893c2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "babel src --out-dir lib; cp src/*.d.ts lib",
99
"clean": "rimraf lib dist coverage",
1010
"lint": "eslint src test",
11-
"prepublish": "npm run clean && npm run lint && npm run build",
11+
"prepare": "npm run clean && npm run lint && npm run build",
1212
"test": "mocha --require @babel/register --recursive --require ./test/setup.js --exit",
1313
"test:watch": "npm test -- --watch",
1414
"test:cov": "babel-node ./node_modules/isparta/bin/isparta cover ./node_modules/mocha/bin/_mocha -- --recursive --require ./test/setup.js"

0 commit comments

Comments
 (0)