Skip to content

Commit

Permalink
build backend before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Feb 12, 2024
1 parent 5bce5be commit afebe97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,9 @@ jobs:
- name: Install Dependencies
run: npm run install-monorepo

- name: 'Build backend'
run: npm run build:ts -w packages/admin

- name: Publish package to npm
run: |
npm config set //registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The icons may not be reused in other projects without the proper flaticon licens
### **WORK IN PROGRESS**
-->
## Changelog
### 6.13.18 (2024-02-12)
### **WORK IN PROGRESS**
* (foxriver76) generate notification if new adapter updates are available

### 6.13.17 (2024-02-09)
Expand Down

0 comments on commit afebe97

Please sign in to comment.