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" } }