Skip to content

Commit d438e7a

Browse files
authored
Merge pull request #4841 from rescript-lang/remove_cmti
upgrade build engine which removes cmt/cmti
2 parents 6c0d846 + 2f7ac6e commit d438e7a

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

darwin/ninja.exe

0 Bytes
Binary file not shown.

ninja

scripts/prepublish.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ var path = require("path");
55
var fs = require("fs");
66
var assert = require("assert");
77
var root = path.join(__dirname, "..");
8-
try {
9-
// npmignore is broken let's do it
10-
let file = path.join(root, process.platform, "bsc");
11-
console.log(`try removing ${file}`);
12-
fs.unlinkSync(file);
13-
} catch (e) {}
148

159
var output = p.spawnSync(`npm pack --dry-run`, {
1610
cwd: root,

0 commit comments

Comments
 (0)