This commit is contained in:
peli 2020-06-22 12:16:54 -07:00
Родитель de4971efe7
Коммит a892148357
2 изменённых файлов: 8 добавлений и 2 удалений

8
.github/workflows/build.yml поставляемый
Просмотреть файл

@ -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"