This commit is contained in:
Rene Haas
2022-11-25 11:53:02 +01:00
8 changed files with 8 additions and 9 deletions
+2 -4
View File
@@ -2,7 +2,8 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node // README at: https://github.com/devcontainers/templates/tree/main/src/typescript-node
{ {
"name": "Node.js & TypeScript", "name": "Node.js & TypeScript",
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye" "image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye",
"postCreateCommand": "npm i && npm run build:os"
// Features to add to the dev container. More info: https://containers.dev/features. // Features to add to the dev container. More info: https://containers.dev/features.
// "features": {}, // "features": {},
@@ -10,9 +11,6 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [], // "forwardPorts": [],
// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
// Configure tool-specific properties. // Configure tool-specific properties.
// "customizations": {}, // "customizations": {},
+3
View File
@@ -110,5 +110,8 @@
} }
} }
} }
},
"cli": {
"analytics": false
} }
} }
+1 -1
View File
@@ -42,7 +42,7 @@
}, },
"../../packages/overlayscrollbars/dist": { "../../packages/overlayscrollbars/dist": {
"name": "overlayscrollbars", "name": "overlayscrollbars",
"version": "2.0.0", "version": "2.0.1",
"license": "MIT" "license": "MIT"
}, },
"../dist": { "../dist": {
-2
View File
@@ -5,8 +5,6 @@
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "react",
"version": "0.0.0",
"dependencies": { "dependencies": {
"overlayscrollbars": "file:../../packages/overlayscrollbars/dist", "overlayscrollbars": "file:../../packages/overlayscrollbars/dist",
"overlayscrollbars-react": "file:../../packages/overlayscrollbars-react/dist", "overlayscrollbars-react": "file:../../packages/overlayscrollbars-react/dist",
+1 -1
View File
@@ -47,7 +47,7 @@
}, },
"../../packages/overlayscrollbars/dist": { "../../packages/overlayscrollbars/dist": {
"name": "overlayscrollbars", "name": "overlayscrollbars",
"version": "2.0.0", "version": "2.0.1",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@cloudflare/workers-types": { "node_modules/@cloudflare/workers-types": {
+1 -1
View File
@@ -31,7 +31,7 @@
}, },
"../../packages/overlayscrollbars/dist": { "../../packages/overlayscrollbars/dist": {
"name": "overlayscrollbars", "name": "overlayscrollbars",
"version": "2.0.0", "version": "2.0.1",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@ampproject/remapping": { "node_modules/@ampproject/remapping": {
View File
View File