Skip to content

Commit

Permalink
chore: build the shared
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-Liendo committed Aug 19, 2024
1 parent 28c5cc0 commit a0cde8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Shared Build
run: npm run shared:build

- name: Client Build Check
run: npm run client:build
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"server:start": "cd server && node dist/src/index.js",
"build": "npm run build --ws",
"client:build": "npm run build -w @linx/client",
"shared:build": "npm run build -w @linx/shared",
"server:build": "npm run build -w @linx/server",
"client:dev": "npm run dev -w @linx/client",
"server:dev": "npm run dev -w @linx/server",
Expand Down

0 comments on commit a0cde8d

Please sign in to comment.