mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-18 14:38:40 -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
|
- npm prune
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- npm run release
|
- npm run dist
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
except:
|
except:
|
||||||
|
|
|
||||||
|
|
@ -113,7 +113,6 @@
|
||||||
"prepush": "npm test",
|
"prepush": "npm test",
|
||||||
"postinstall": "install-app-deps",
|
"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",
|
"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",
|
"dist": "npm run build && build"
|
||||||
"release": "npm run build && build --publish=onTagOrDraft"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue