fix release?

This commit is contained in:
Guillermo Rauch 2016-10-05 13:40:14 -07:00
parent 9ce937d7cc
commit f78c9c0ca8

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 --publish=onTagOrDraft"
"release": "npm run build && build"
}
}