Skip to content

Commit 6e2d3ec

Browse files
committed
prepublish has been deprecated
1 parent 2d66747 commit 6e2d3ec

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
@@ -9,7 +9,7 @@
99
"test": "node_modules/.bin/mocha",
1010
"start": "concurrently --kill-others --prefix=name --names=server,eslint --prefix-colors=green,magenta \"babel-watch --watch src index.dev.js\" \"esw src/ --changed --watch\"",
1111
"start:prod": "node_modules/.bin/babel-node src/server.js",
12-
"prebublish": "node_modules/.bin/babel src/ --out-dir=dist/ --copy-files"
12+
"prepare": "node_modules/.bin/babel src/ --out-dir=dist/ --copy-files"
1313
},
1414
"author": "",
1515
"license": "MIT",

0 commit comments

Comments
 (0)