Skip to content

Commit 1d632da

Browse files
committed
Add npm tasks
1 parent bd6dd70 commit 1d632da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@
4141
"time-grunt": "^1.4.0"
4242
},
4343
"scripts": {
44-
"test": "echo \"Error: no test specified\" && exit 1"
44+
"build": "grunt",
45+
"dev": "grunt server",
46+
"test": "grunt test",
47+
"test:e2e": "grunt test:e2e"
4548
},
4649
"repository": {
4750
"type": "git",

0 commit comments

Comments
 (0)