Skip to content

Commit

Permalink
chore: make sure ncc is installed globally
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaegers committed Apr 25, 2024
1 parent 12f1412 commit 3f1819a
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 @@ -7,5 +7,5 @@
]
}
},
"postCreateCommand": "npm install"
"postCreateCommand": "npm install && npm i -g @vercel/ncc"
}

0 comments on commit 3f1819a

Please sign in to comment.