mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2024-12-29 09:22:22 -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
|
||||
script:
|
||||
- npm run lint
|
||||
- gulp jshint
|
||||
- gulp minify
|
||||
- gulp test
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue