From f78c9c0ca8e5257f88265a42e271e05592ff391b Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 5 Oct 2016 13:40:14 -0700 Subject: [PATCH] fix release? --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e256ce2..15cb93a2 100644 --- a/package.json +++ b/package.json @@ -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" } }