Fixed windows builds
This commit is contained in:
parent
58cdd3038f
commit
c1ae765a16
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
"typescript": "^1.6.2"
|
"typescript": "^1.6.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "browserify src/index.tsx -p tsify > public/js/bundle.js",
|
"build": "browserify src/index.tsx -p tsify -o public/js/bundle.js",
|
||||||
"start": "cd public && http-server -o index.html"
|
"start": "cd public && http-server -o index.html"
|
||||||
},
|
},
|
||||||
"author": "Michel Weststrate",
|
"author": "Michel Weststrate",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue