mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
Update master
This commit is contained in:
parent
1af2bb7494
commit
9b79967755
1 changed files with 2 additions and 2 deletions
4
test.sh
4
test.sh
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
npm install -g jshint
|
||||
jshint server.js --config .jshintrc
|
||||
npm install jshint
|
||||
./node_modules/jshint/bin/jshint server.js --config .jshintrc
|
||||
echo 'only warnings. no errors'
|
||||
Loading…
Add table
Add a link
Reference in a new issue