Skip to content

Commit 2f7ac6e

Browse files
committed
upgrade build engine which removes cmt/cmti
1 parent 6c0d846 commit 2f7ac6e

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.

scripts/prepublish.js

-6
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)