Skip to content

Commit 38f0707

Browse files
committed
chore(build): add npm run serve for spinning up a web-server
1 parent da9ddb2 commit 38f0707

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
"scripts": {
3232
"build": "grunt build",
3333
"test": "grunt test",
34-
"lint": "grunt lint"
34+
"lint": "grunt lint",
35+
"serve": "serve ."
3536
},
3637
"files": [
3738
"dist/",
@@ -50,7 +51,8 @@
5051
"jit-grunt": "^0.10.0",
5152
"jshint-stylish": "^2.1.0",
5253
"mocha": "^3.2.0",
53-
"node-sass": "^3.13.1",
54+
"node-sass": "^4.9.3",
55+
"serve": "^10.0.1",
5456
"time-grunt": "^1.1.0"
5557
}
5658
}

0 commit comments

Comments
 (0)