mirror of
https://github.com/status-im/diawi-nodejs-uploader.git
synced 2025-02-20 08:48:16 +00:00
fix: fix build release
This commit is contained in:
parent
b20c8f5342
commit
6a5cce661a
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -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 }}
|
||||
|
@ -29,7 +29,7 @@
|
||||
]
|
||||
},
|
||||
"files": [
|
||||
"dist/",
|
||||
"dist",
|
||||
"CHANGELOG.md",
|
||||
"package.json",
|
||||
"package-lock.json"
|
||||
|
Loading…
x
Reference in New Issue
Block a user