Commit 13981397 authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

edit postCreateCommand

parent 6756edd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
	// "forwardPorts": [],

	// Use 'postCreateCommand' to run commands after the container is created.
	"postCreateCommand": "npm install"
	"postCreateCommand": "npm ci"

	// Configure tool-specific properties.
	// "customizations": {},