retry with release

This commit is contained in:
Guillermo Rauch 2016-10-05 13:58:33 -07:00
parent f78c9c0ca8
commit 2c1268ce91

View file

@ -114,6 +114,6 @@
"postinstall": "install-app-deps",
"pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",
"dist": "npm run build && build",
"release": "npm run build && build"
"release": "npm run build && build --publish=onTagOrDraft"
}
}