From 9a6a1901357c726abf625513945466fad3565bed Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 5 Oct 2016 14:07:32 -0700 Subject: [PATCH] remove `release` script --- .travis.yml | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 192e5e49..1025e7bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,7 +39,7 @@ install: - npm prune script: -- npm run release +- npm run dist branches: except: diff --git a/package.json b/package.json index 3e256ce2..c6124072 100644 --- a/package.json +++ b/package.json @@ -113,7 +113,6 @@ "prepush": "npm test", "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" + "dist": "npm run build && build" } }