mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature(test) lib/*.js -> ls lib/*.js| grep -v jquery
This commit is contained in:
parent
cc6f44693d
commit
b5c2f9151a
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
npm i recess jshint
|
||||
echo "jshint lib/*.js lib/client/*.js lib/client/storage/*.js lib/server/*.js"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc lib/*.js lib/client/*.js lib/client/storage/*.js lib/server/*.js
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc `ls lib/*.js| grep -v jquery` lib/client/*.js lib/client/storage/*.js lib/server/*.js
|
||||
echo "jshint package.json json/*.json"
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc package.json json/*.json
|
||||
#linting css files
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue