We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cdd30 commit c1ae765Copy full SHA for c1ae765
package.json
@@ -21,7 +21,7 @@
21
"typescript": "^1.6.2"
22
},
23
"scripts": {
24
- "build": "browserify src/index.tsx -p tsify > public/js/bundle.js",
+ "build": "browserify src/index.tsx -p tsify -o public/js/bundle.js",
25
"start": "cd public && http-server -o index.html"
26
27
"author": "Michel Weststrate",
0 commit comments