Skip to content

Commit dd0dd2d

Browse files
committed
Updated prepublish script
1 parent 2ddace9 commit dd0dd2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "dist/index.js",
66
"scripts": {
77
"build": "babel src --out-dir dist",
8-
"prepublish": "build",
8+
"prepublish": "npm run build",
99
"test": "mocha --compilers js:babel/register --recursive",
1010
"test:watch": "npm test -- --watch",
1111
"lint": "eslint ."

0 commit comments

Comments
 (0)