Skip to content

Commit 4301dc6

Browse files
committed
travis: add grunt as global
1 parent 9747072 commit 4301dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
}
7575
},
7676
"scripts": {
77-
"build": "npm i && npm install -g jasmine && grunt",
77+
"build": "npm install -g jasmine && npm install -g grunt && grunt",
7878
"test": "jasmine"
7979
}
8080
}

0 commit comments

Comments
 (0)