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:
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user