Skip to content

Commit

Permalink
fix: update build script for twenty-emails (twentyhq#4823)
Browse files Browse the repository at this point in the history
Fix an issue with the build of the server in docker failing to find vite
  • Loading branch information
Freebios authored Apr 4, 2024
1 parent e784dc8 commit 5d6094d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
paths:
- 'package.json'
- 'packages/twenty-server/**'
- 'packages/twenty-emails/**'
pull_request:
paths:
- 'package.json'
- 'packages/twenty-server/**'
- 'packages/twenty-emails/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion packages/twenty-emails/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "./dist/index.js",
"scripts": {
"nx": "NX_DEFAULT_PROJECT=twenty-emails node ../../node_modules/nx/bin/nx.js",
"build": "vite build",
"build": "npx vite build",
"lint": "eslint"
},
"exports": {
Expand Down

0 comments on commit 5d6094d

Please sign in to comment.