mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 08:54:10 +00:00
Update master
This commit is contained in:
parent
af7a17de1b
commit
13da7f7652
1 changed files with 3 additions and 3 deletions
6
test.sh
6
test.sh
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
npm install jshint
|
||||
./node_modules/jshint/bin/hint server.js --config .jshintrc
|
||||
#!/bin/bash
|
||||
npm i -g jshint
|
||||
jshint server.js --config .jshintrc
|
||||
echo 'only warnings. no errors'
|
||||
Loading…
Add table
Add a link
Reference in a new issue