Skip to content

Commit

Permalink
chore: devcontainer install ncu
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 13, 2023
1 parent 85fe31a commit 3807eaa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
"source=/etc/localtime,target=/etc/localtime,type=bind,readonly"
],

"postCreateCommand": "cargo install typos-cli tauri-cli",
"postCreateCommand": "cargo install typos-cli tauri-cli && npm install -g npm-check-updates",

"containerEnv": {
"CARGO_REGISTRIES_CRATES_IO_PROTOCOL": "sparse"
},

"customizations": {
"vscode": {
Expand Down

0 comments on commit 3807eaa

Please sign in to comment.