1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-17 12:41:44 +02:00

fix prepublish hook

This commit is contained in:
Ian Storm Taylor
2016-07-21 14:18:23 -07:00
parent a3b1dac63f
commit 45d671dba0

View File

@@ -67,7 +67,7 @@
"examples:watch": "watchify --debug --transform babelify ./examples/index.js --outfile ./examples/build.js",
"gh-pages": "gh-pages --dist ./examples",
"lint": "eslint --ignore-pattern 'build.js' '{examples,lib}/**/*.js'",
"prepublish": "make dist",
"prepublish": "npm run dist",
"start": "http-server ./examples",
"test": "mocha --compilers js:babel-core/register --require source-map-support/register --reporter spec ./test/server.js"
},