Skip to content

Commit c1ae765

Browse files
committed
Fixed windows builds
1 parent 58cdd30 commit c1ae765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"typescript": "^1.6.2"
2222
},
2323
"scripts": {
24-
"build": "browserify src/index.tsx -p tsify > public/js/bundle.js",
24+
"build": "browserify src/index.tsx -p tsify -o public/js/bundle.js",
2525
"start": "cd public && http-server -o index.html"
2626
},
2727
"author": "Michel Weststrate",

0 commit comments

Comments
 (0)