Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #161 from atom/shiftkey-patch-1
Browse files Browse the repository at this point in the history
after publish ensure latest changes (and tags) are pushed
  • Loading branch information
shiftkey authored Feb 6, 2019
2 parents 22301ce + 2bcaa07 commit a750893
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"prebuild-node-ia32": "prebuild -t 6.11.0 -t 7.9.0 -t 8.9.0 -t 9.4.0 -a ia32 --strip",
"prebuild-electron": "prebuild -t 1.6.11 -t 1.7.10 -t 1.8.0 -t 2.0.0 -t 3.0.0 -t 4.0.4 -r electron --strip",
"prebuild-electron-ia32": "prebuild -t 1.6.11 -t 1.7.10 -t 1.8.0 -t 2.0.0 -t 3.0.0 -t 4.0.4 -r electron -a ia32 --strip",
"upload": "node ./script/upload.js"
"upload": "node ./script/upload.js",
"postpublish": "git push --follow-tags"
},
"devDependencies": {
"babel-core": "^6.26.3",
Expand Down

0 comments on commit a750893

Please sign in to comment.