1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-01 03:11:44 +02:00

No lint in npm run test. Lint is done on Travis

This commit is contained in:
Soreine
2016-10-25 15:50:15 +02:00
parent 5477754f63
commit b7693213a0

View File

@@ -98,7 +98,7 @@
"release": "np",
"release:next": "np --tag=next",
"start": "http-server ./examples",
"test": "npm-run-all lint build:npm tests",
"test": "npm-run-all 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",