Skip to content

Commit 81c52e8

Browse files
committed
Simplify build script for publishing
1 parent 2eaad08 commit 81c52e8

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
@@ -7,8 +7,7 @@
77
"prebuild": "npm run lint:src & npm run docs",
88
"build": "babel -d lib src/ -s inline",
99
"build:watch": "watch 'npm run build' src",
10-
"prepare": "npm run build",
11-
"prepublishOnly": "npm run build",
10+
"prepublishOnly": "babel -d lib src/ -s inline",
1211
"pretest": "eslint spec",
1312
"test": "jest spec --coverage --collectCoverageFrom=src/**/*.js",
1413
"test:watch": "watch 'npm test' src spec",

0 commit comments

Comments
 (0)