mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-01 02:38:43 -05:00
Gulp: Use gulp jshhint
instead of npm run lint
.
This commit is contained in:
parent
f2a132f498
commit
e4ece39603
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ before_script:
|
||||||
- npm install -g gulp
|
- npm install -g gulp
|
||||||
- npm install
|
- npm install
|
||||||
script:
|
script:
|
||||||
- npm run lint
|
- gulp jshint
|
||||||
- gulp minify
|
- gulp minify
|
||||||
- gulp test
|
- gulp test
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue