Skip to content

Commit

Permalink
travis....!
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Dec 18, 2018
1 parent 7fcac88 commit 158034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const child_process = require("child_process")
const os = require("os")

const binFolder = child_process.execSync("yarn bin")
const microbundle = binFolder.trim() + "/microbundle"
const microbundle = binFolder.replace(/(^\s+)|(\s+$)/g, "") + "/microbundle"

const projects = ["core", "react", "immer", "models"]
const externals = ["immer", "react"]
Expand Down

0 comments on commit 158034d

Please sign in to comment.