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

Commit

Permalink
Add scripts to build and run to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mhegazy committed Sep 3, 2015
1 parent 7858818 commit 47962d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node_modules/.bin/tsd update"
"postinstall": "node_modules/.bin/tsd update",
"build": "node node_modules/typescript/bin/tsc",
"run": "node node_modules/http-server/bin/http-server -o"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 47962d5

Please sign in to comment.