Skip to content

Commit

Permalink
fix: npm package contents (was empty, fix in CI) (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Jan 31, 2024
1 parent 7e02b6e commit c05525a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Build package to dist/
run: npm run build

- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": "0.4.3",
"repository": {
"type": "git",
"url": "https://github.com/bihealth/reev-frontend-lib.git"
"url": "git+https://github.com/bihealth/reev-frontend-lib.git"
},
"type": "module",
"files": [
Expand Down

0 comments on commit c05525a

Please sign in to comment.