From 2c1268ce91266c982d051b7661f3f2e2973bcd78 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Wed, 5 Oct 2016 13:58:33 -0700 Subject: [PATCH] retry with release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 15cb93a2..3e256ce2 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" + "release": "npm run build && build --publish=onTagOrDraft" } }