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

Commit 811cb12

Browse files
phoqeEladBezalel
authored andcommitted
Add serve script
Prior to commit 7792fa0 there was a short-hand script to run the live-server, the tutorial also mentions a `npm run serve`.
1 parent b36c3f3 commit 811cb12

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"live-server": "^0.9.2"
3131
},
3232
"scripts": {
33-
"postinstall": "jspm install"
33+
"postinstall": "jspm install",
34+
"serve": "live-server ./app"
3435
}
3536
}

0 commit comments

Comments
 (0)