Skip to content

Commit

Permalink
chore: Update Alpine-node devcontainer feature version to 0.0.14 and …
Browse files Browse the repository at this point in the history
…install @antfu/ni globally
  • Loading branch information
cirolosapio committed Jul 4, 2024
1 parent f74e590 commit 167e51e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpine-node/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-node",
"id": "alpine-node",
"version": "0.0.13",
"version": "0.0.14",
"description": "Installs node and npm on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-node",
"installsAfter": [
Expand Down
2 changes: 2 additions & 0 deletions src/alpine-node/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ if [[ -n "$GLOBALPACKAGES" ]]; then
npm i -g $GLOBALPACKAGES
fi

npm i -g @antfu/ni

echo 'Done!'

0 comments on commit 167e51e

Please sign in to comment.