Skip to content

Commit

Permalink
chore: install radashi-helper locally
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Sep 8, 2024
1 parent 28ea848 commit df9613a
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
"ghcr.io/devcontainers-contrib/features/pnpm": {
"version": "9.1.3"
},
"ghcr.io/joshuanianji/devcontainer-features/mount-pnpm-store": {},
"ghcr.io/devcontainers-contrib/features/npm-package": {
"package": "radashi-helper",
"version": "0.1.4"
}
"ghcr.io/joshuanianji/devcontainer-features/mount-pnpm-store": {}
},
"postStartCommand": "pnpm i",
"customizations": {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"prettier": "^3.3.2",
"prettier-plugin-pkg": "^0.18.1",
"prettier-plugin-sh": "^0.14.0",
"radashi-helper": "^0.1.4",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"vitest": "2.0.5"
Expand Down
Loading

0 comments on commit df9613a

Please sign in to comment.