1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-30 18:39:51 +02:00

add release:next npm script

This commit is contained in:
Ian Storm Taylor
2016-09-10 17:25:20 -07:00
parent 2700fb5fda
commit cc4513578a

View File

@@ -88,6 +88,7 @@
"open": "open http://localhost:8080/dev.html",
"prepublish": "npm run dist",
"release": "np",
"release:next": "np --tag=next",
"start": "http-server ./examples",
"test": "npm-run-all lint dist:npm tests",
"tests": "mocha --compilers js:babel-core/register --reporter spec ./test/server.js",