mirror of
https://github.com/status-im/diawi-nodejs-uploader.git
synced 2025-02-17 23:47:44 +00:00
build: fix build release
This commit is contained in:
parent
6a5cce661a
commit
4eb9bd81ed
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user