Fixed windows builds

This commit is contained in:
Michel Weststrate 2015-12-14 16:23:41 +01:00
parent 58cdd3038f
commit c1ae765a16

View file

@ -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",