зеркало из https://github.com/microsoft/jacdac-ts.git
attempt at publishing
This commit is contained in:
Родитель
de4971efe7
Коммит
a892148357
|
@ -19,4 +19,10 @@ jobs:
|
|||
node-version: ${{ matrix.node-version }}
|
||||
- run: npm ci
|
||||
- run: npm run test:prod
|
||||
- run: npm run build
|
||||
- run: npm run build
|
||||
|
||||
steps:
|
||||
- run: npm run semantic-release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
"test:watch": "jest --coverage --watch",
|
||||
"test:prod": "npm run lint && npm run test -- --no-cache",
|
||||
"commit": "git-cz",
|
||||
"semantic-release": "semantic-release",
|
||||
"semantic-release": "node node_modules/semantic-release/bin/semantic-release.js",
|
||||
"semantic-release-prepare": "ts-node tools/semantic-release-prepare",
|
||||
"precommit": "lint-staged",
|
||||
"travis-deploy-once": "travis-deploy-once"
|
||||
|
|
Загрузка…
Ссылка в новой задаче