We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7858818 commit 47962d5Copy full SHA for 47962d5
1 file changed
jsx/package.json
@@ -5,7 +5,9 @@
5
"main": "app.js",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
- "postinstall": "node_modules/.bin/tsd update"
+ "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"
11
},
12
"repository": {
13
"type": "git",
0 commit comments