mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-03 18:46:40 -04:00
migrate from outdated 🧶 to npm (#1054)
This commit is contained in:
@ -35,7 +35,7 @@
|
||||
"forwardPorts": [3000],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "yarn install --frozen-lockfile && ./node_modules/.bin/prisma generate",
|
||||
"postCreateCommand": "npm install --legacy-peer-deps && ./node_modules/.bin/prisma generate",
|
||||
|
||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "node"
|
||||
|
Reference in New Issue
Block a user