Skip to content

Commit 69bed81

Browse files
author
Dipu Raj
committed
Test command updated
1 parent 730476a commit 69bed81

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,13 @@
2929
"tabs",
3030
"jquery"
3131
],
32+
"scripts": {
33+
"start": "",
34+
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS",
35+
"build": "gulp",
36+
"clean": "gulp clean",
37+
"lint": "gulp lint"
38+
},
3239
"dependencies": {
3340
"jquery": ">=1.9.0",
3441
"bootstrap": ">=3.0.0"

0 commit comments

Comments
 (0)