1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-22 06:53:25 +02:00

Small fix

This commit is contained in:
Benjamin Kniffler
2016-09-14 02:13:34 +02:00
parent dde1c927f5
commit 6865435d3f

View File

@@ -90,7 +90,7 @@
"release": "np",
"release:next": "np --tag=next",
"start": "http-server ./examples",
"test": "npm-run-all lint lib:npm tests",
"test": "npm-run-all lint build:npm tests",
"tests": "mocha --compilers js:babel-core/register --reporter spec ./test/server.js",
"watch": "npm-run-all --parallel --print-label watch:lib watch:examples start",
"watch:lib": "babel --watch --out-dir ./lib ./src",