Skip to content

Commit

Permalink
ci: add server-storage build & test to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Feb 27, 2024
1 parent 07ec40a commit 5f7fae5
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -41,3 +41,7 @@ jobs:
AUTHUP_API_URL: http://localhost:3000/
run: |
npm run test --workspace=packages/server-core
- name: Test Server Storage
run: |
npm run test --workspace=packages/server-storage
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
},
"scripts": {
"commit": "npx git-cz",
"build": "npm run build --workspace=packages/core && npm run build --workspace=packages/server-kit && npm run build --workspace=packages/server-analysis-manager && npm run build --workspace=packages/server-realtime && npm run build --workspace=packages/server-core",
"build": "npm run build --workspace=packages/core && npm run build --workspace=packages/server-kit && npm run build --workspace=packages/server-analysis-manager && npm run build --workspace=packages/server-realtime && npm run build --workspace=packages/server-storage && npm run build --workspace=packages/server-core",
"test": "npx nx run-many -t test",
"lint": "eslint --ext .ts,.vue,.js ./packages/",
"lint:fix": "npm run lint -- --fix",

0 comments on commit 5f7fae5

Please sign in to comment.