mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-31 10:51:44 +02:00
add release:next npm script
This commit is contained in:
@@ -88,6 +88,7 @@
|
|||||||
"open": "open http://localhost:8080/dev.html",
|
"open": "open http://localhost:8080/dev.html",
|
||||||
"prepublish": "npm run dist",
|
"prepublish": "npm run dist",
|
||||||
"release": "np",
|
"release": "np",
|
||||||
|
"release:next": "np --tag=next",
|
||||||
"start": "http-server ./examples",
|
"start": "http-server ./examples",
|
||||||
"test": "npm-run-all lint dist:npm tests",
|
"test": "npm-run-all lint dist:npm tests",
|
||||||
"tests": "mocha --compilers js:babel-core/register --reporter spec ./test/server.js",
|
"tests": "mocha --compilers js:babel-core/register --reporter spec ./test/server.js",
|
||||||
|
Reference in New Issue
Block a user