remove release script

This commit is contained in:
Guillermo Rauch 2016-10-05 14:07:32 -07:00
parent 2c1268ce91
commit 9a6a190135
2 changed files with 2 additions and 3 deletions

View file

@ -39,7 +39,7 @@ install:
- npm prune - npm prune
script: script:
- npm run release - npm run dist
branches: branches:
except: except:

View file

@ -113,7 +113,6 @@
"prepush": "npm test", "prepush": "npm test",
"postinstall": "install-app-deps", "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", "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", "dist": "npm run build && build"
"release": "npm run build && build --publish=onTagOrDraft"
} }
} }