Skip to content

Commit

Permalink
pass to tsify to prevent crashing
Browse files Browse the repository at this point in the history
  • Loading branch information
raimohanska committed Apr 2, 2019
1 parent 52fcb50 commit 7d23b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browsertest/browserify
@@ -1,4 +1,4 @@
# Creates a bundle.js file from node project, so that you can run tests
# in the browser using mocha.runner.html

node_modules/.bin/browserify -p tsify browsertest/*.ts test/*.ts > browsertest/bundle.js
node_modules/.bin/browserify -p [ tsify --declaration false ] browsertest/*.ts test/*.ts > browsertest/bundle.js

0 comments on commit 7d23b98

Please sign in to comment.