Skip to content

Commit e43249f

Browse files
Fix CD pipeline
1 parent d1ca530 commit e43249f

File tree

3 files changed

+4017
-8364
lines changed

3 files changed

+4017
-8364
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "index.js",
55
"scripts": {
66
"dev": "ts-node-dev --respawn src/index.ts",
7-
"build:frontend": "cd ./solid && npm install --legacy-peer-deps && npm run build",
7+
"build:frontend": "cd ./solid && npm ci --legacy-peer-deps && npm run build",
88
"build": "tsc",
99
"start": "node dist/index.js"
1010
},

0 commit comments

Comments
 (0)