mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
change Makefile to test.sh
This commit is contained in:
parent
013edf7d48
commit
785c4caeea
3 changed files with 4 additions and 4 deletions
3
Makefile
3
Makefile
|
|
@ -1,3 +0,0 @@
|
|||
test:
|
||||
npm install jshint
|
||||
jshint *.js --config js/.jshintrc
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "cloudcmd",
|
||||
"version": "0.0.1",
|
||||
"scripts":{"test":"make test","start": "server.js"},
|
||||
"scripts":{"test":"sh test.sh","start": "server.js"},
|
||||
"engines": { "node": "0.6.x" },
|
||||
"subdomain": "cloudcmd"
|
||||
}
|
||||
3
test.sh
Normal file
3
test.sh
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
npm install jshint
|
||||
jshint *.js --config js/.jshintrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue