mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(test) ls lib/*.js -> ls lib/client/*.js
This commit is contained in:
parent
b5c2f9151a
commit
5a52847ef8
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 `ls lib/*.js| grep -v jquery` lib/client/*.js lib/client/storage/*.js lib/server/*.js
|
||||
node_modules/jshint/bin/jshint --config test/.jshintrc lib/*.js `ls lib/client/*.js| grep -v jquery` 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