Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 47962d5

Browse files
committed
Add scripts to build and run to package.json
1 parent 7858818 commit 47962d5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jsx/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"main": "app.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"postinstall": "node_modules/.bin/tsd update"
8+
"postinstall": "node_modules/.bin/tsd update",
9+
"build": "node node_modules/typescript/bin/tsc",
10+
"run": "node node_modules/http-server/bin/http-server -o"
911
},
1012
"repository": {
1113
"type": "git",

0 commit comments

Comments
 (0)