mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 12:58:39 -09:00
remove release script
This commit is contained in:
parent
2c1268ce91
commit
9a6a190135
2 changed files with 2 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ install:
|
|||
- npm prune
|
||||
|
||||
script:
|
||||
- npm run release
|
||||
- npm run dist
|
||||
|
||||
branches:
|
||||
except:
|
||||
|
|
|
|||
|
|
@ -113,7 +113,6 @@
|
|||
"prepush": "npm test",
|
||||
"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"
|
||||
"dist": "npm run build && build"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue