We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ca530 commit e43249fCopy full SHA for e43249f
app/package.json
@@ -4,7 +4,7 @@
4
"main": "index.js",
5
"scripts": {
6
"dev": "ts-node-dev --respawn src/index.ts",
7
- "build:frontend": "cd ./solid && npm install --legacy-peer-deps && npm run build",
+ "build:frontend": "cd ./solid && npm ci --legacy-peer-deps && npm run build",
8
"build": "tsc",
9
"start": "node dist/index.js"
10
},
0 commit comments