Skip to content

Commit 95684dd

Browse files
authored
Adding back publish:github (#13)
1 parent f074dac commit 95684dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
"test:renamebinding": "rename-files ./ binding.gyp temp",
2828
"test:renametestbinding": "cp test.gyp binding.gyp",
2929
"test:renameoriginalbinding": "rename-files ./ temp binding.gyp",
30-
"clean": "rimraf build/"
30+
"clean": "rimraf build/",
31+
"publish:github": "echo 'Publishing'; npm install node-pre-gyp-github@1.4.3; ./node_modules/.bin/node-pre-gyp configure; ./node_modules/.bin/node-pre-gyp build; ./node_modules/.bin/node-pre-gyp package; ./node_modules/.bin/node-pre-gyp-github publish;"
3132
},
3233
"gypfile": true,
3334
"license": "MIT",

0 commit comments

Comments
 (0)