fix: fix build release

This commit is contained in:
Andrey Ponomarenko 2020-09-25 10:04:52 +03:00
parent b20c8f5342
commit 6a5cce661a
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v2
- name: Install dependencies
run: npm install
- name: Build
run: npm tsc && npm tscpaths -p tsconfig.json -s ./src -o ./dist
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

View File

@ -29,7 +29,7 @@
]
},
"files": [
"dist/",
"dist",
"CHANGELOG.md",
"package.json",
"package-lock.json"