Skip to content

Commit e5c51ca

Browse files
committed
More developer friendly to use npm test
1 parent 7c6c52f commit e5c51ca

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: node_js
33
node_js:
44
- "10"
55
script:
6-
- npx grunt
6+
- npm test
77
cache:
88
directories:
99
- node_modules

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"prepack": "grunt build",
1212
"build": "grunt build",
13-
"test": "echo \"Error: no test specified\" && exit 1"
13+
"test": "grunt eslint"
1414
},
1515
"engines": {
1616
"node": ">=6"

0 commit comments

Comments
 (0)