build: fix build release

This commit is contained in:
Andrey Ponomarenko 2020-09-25 10:07:12 +03:00
parent 6a5cce661a
commit 4eb9bd81ed
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build
run: npm tsc && npm tscpaths -p tsconfig.json -s ./src -o ./dist
run: tsc && tscpaths -p tsconfig.json -s ./src -o ./dist
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}