Skip to content
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.

Commit

Permalink
Fix -make-world not being run on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rrdelaney committed Sep 24, 2017
1 parent e9ec560 commit d364a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bs-loader/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const bsb =
? `script -q /dev/null ${bsbCommand} -make-world -color`
: os.platform() === 'linux'
? `script --return -qfc "${bsbCommand} -make-world -color" /dev/null`
: bsbCommand
: `${bsbCommand} -make-world`

const outputDir = 'lib'
const CWD = process.cwd()
Expand Down
2 changes: 1 addition & 1 deletion packages/bs-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bs-loader",
"version": "1.8.0-1",
"version": "1.8.0-2",
"description": "Bucklescript integration in Webpack",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d364a79

Please sign in to comment.