We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release
1 parent 2c1268c commit 9a6a190Copy full SHA for 9a6a190
.travis.yml
@@ -39,7 +39,7 @@ install:
39
- npm prune
40
41
script:
42
-- npm run release
+- npm run dist
43
44
branches:
45
except:
package.json
@@ -113,7 +113,6 @@
113
"prepush": "npm test",
114
"postinstall": "install-app-deps",
115
"pack": "npm run build && build --dir && babel --no-comments --compact --minified --out-file app/dist/bundle.js app/dist/bundle.js",
116
- "dist": "npm run build && build",
117
- "release": "npm run build && build --publish=onTagOrDraft"
+ "dist": "npm run build && build"
118
}
119
0 commit comments