1
0
mirror of https://github.com/XFox111/easylogon-web.git synced 2026-07-02 19:52:45 +03:00

build(deps): migration from yarn to npm

This commit is contained in:
2026-05-16 10:03:59 +00:00
parent a0859576ae
commit 6a8fd0e3e5
7 changed files with 6461 additions and 3671 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
"image": "mcr.microsoft.com/devcontainers/typescript-node:1-22-bookworm",
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"installDockerBuildx": true,
"installDockerBuildx": false,
"version": "latest",
"dockerDashComposeVersion": "latest"
}
@@ -19,7 +19,7 @@
// "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "yarn install",
"postCreateCommand": "npm install",
// Configure tool-specific properties.
"customizations": {