We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f074dac commit 95684ddCopy full SHA for 95684dd
package.json
@@ -27,7 +27,8 @@
27
"test:renamebinding": "rename-files ./ binding.gyp temp",
28
"test:renametestbinding": "cp test.gyp binding.gyp",
29
"test:renameoriginalbinding": "rename-files ./ temp binding.gyp",
30
- "clean": "rimraf build/"
+ "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;"
32
},
33
"gypfile": true,
34
"license": "MIT",
0 commit comments