Skip to content

Commit

Permalink
ci: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
minenwerfer committed Mar 7, 2024
1 parent 149ef6a commit 7e6c8b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Build packages
run: npm --workspaces run build
run: |
npm --workspace=api run build
npm --workspace=api run build:icons
npm --workspace=web run build
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"types": "src/index.ts",
"scripts": {
"build": "aeria -c",
"build:icons": "aeria -i",
"build:post": "aeria -mi",
"dev": "aeria -w",
"start": "node -r aeria/loader ./release/index.js"
Expand Down

0 comments on commit 7e6c8b3

Please sign in to comment.