Skip to content

Commit 65ee350

Browse files
committed
Remove uneccessary steps
1 parent 8572ef3 commit 65ee350

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ npm-debug.log
66
yarn-error.log
77
target
88
artifacts.json
9-
index.node
109
dist/*
1110
bin-package/*
1211
build/*

publish.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ const npmPackageJson = require("./dist/package.json");
4343
npmPackageJson.scripts.install = "node-pre-gyp install";
4444
fs.writeFileSync("./dist/package.json", JSON.stringify(npmPackageJson, null, 2));
4545

46-
shell.mkdir("./bin-package");
47-
shell.cp("./index.node", "./bin-package");
4846
//Use a fully qualified path to pre-gyp binary for Windows support
4947
const cwd = shell.pwd().toString();
5048
shell.exec(`${cwd}/node_modules/node-pre-gyp/bin/node-pre-gyp package`);

0 commit comments

Comments
 (0)