Skip to content

Commit 58ea60b

Browse files
committed
chore: fix devcontainer creation
1 parent 90c43c7 commit 58ea60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// "forwardPorts": [],
1414

1515
// Use 'postCreateCommand' to run commands after the container is created.
16-
"postCreateCommand": "npm i",
16+
"postCreateCommand": "npm install --force",
1717
"onCreateCommand": "sudo cp .devcontainer/welcome-message.txt /usr/local/etc/vscode-dev-containers/first-run-notice.txt",
1818
"waitFor": "postCreateCommand",
1919

0 commit comments

Comments
 (0)