fix: update build script for twenty-emails (#4823)
Fix an issue with the build of the server in docker failing to find vite
This commit is contained in:
@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user