Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 1515176

Browse files
committed
chore: add serve script to package.json
1 parent e0bc2be commit 1515176

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"test": "test"
88
},
99
"scripts": {
10-
"test": "./node_modules/.bin/karma start --browsers Firefox --single-run"
10+
"test": "./node_modules/.bin/karma start --browsers Firefox --single-run",
11+
"serve": "python -m SimpleHTTPServer 8000"
1112
},
1213
"repository": {
1314
"type": "git",

0 commit comments

Comments
 (0)