Skip to content

Commit 9a6a190

Browse files
committed
remove release script
1 parent 2c1268c commit 9a6a190

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install:
3939
- npm prune
4040

4141
script:
42-
- npm run release
42+
- npm run dist
4343

4444
branches:
4545
except:

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@
113113
"prepush": "npm test",
114114
"postinstall": "install-app-deps",
115115
"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"
116+
"dist": "npm run build && build"
118117
}
119118
}

0 commit comments

Comments
 (0)