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