Skip to content

Commit efd33fc

Browse files
committed
ci(release): call babel directly in prepack
1 parent 519a6b0 commit efd33fc

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
@@ -5,12 +5,11 @@
55
"bin": "./dist/index.js",
66
"main": "./dist/lib.js",
77
"scripts": {
8-
"test": "echo \"Error: no test specified\" && exit 1",
98
"build": "babel src --out-dir dist",
109
"start": "node dist/index.js",
1110
"lint": "eslint .",
1211
"dev": "nodemon --exec babel-node src",
13-
"prepack": "npm run build"
12+
"prepack": "babel src --out-dir dist"
1413
},
1514
"repository": {
1615
"type": "git",

0 commit comments

Comments
 (0)