Skip to content

Commit

Permalink
Merge pull request #32 from joncloud/fix-post-create-codespaces
Browse files Browse the repository at this point in the history
Fixes codespaces
  • Loading branch information
joncloud committed Jan 25, 2023
2 parents 3a3107b + 1896419 commit d8082fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"waitFor": "onCreateCommand",
"updateContentCommand": "npm ci && npm run build && npm run test",
"postCreateCommand": "apt update && apt install -y nsis nsis-pluginapi",
"postCreateCommand": "sudo apt update && sudo apt install -y nsis nsis-pluginapi && sudo chown -R node:node /usr/share/nsis/",
"customizations": {
"codespaces": {
"openFiles": []
Expand Down

0 comments on commit d8082fc

Please sign in to comment.