Skip to content

Commit

Permalink
use pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
sopisoft committed Dec 20, 2024
1 parent 8d40ae8 commit 02a5c54
Show file tree
Hide file tree
Showing 8 changed files with 5,644 additions and 5,004 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ d アニメストアの動画再生画面でニコニコ動画のコメントを
<!-- https://developer.chrome.com/docs/webstore/branding?hl=ja -->
<!-- https://extensionworkshop.com/documentation/publish/promoting-your-extension/ -->

[![Chrome WebStore](https://storage.googleapis.com/web-dev-uploads/image/WlD8wC6g8khYWPJUsQceQkhXSlv1/UV4C4ybeBTsZt43U4xis.png)](https://chrome.google.com/webstore/detail/d-comments/jocjhkklfiaojhhnjiejmimlohaemiep)
[![Chrome WebStore](https://developer.chrome.com/static/docs/webstore/branding/image/UV4C4ybeBTsZt43U4xis.png)](https://chrome.google.com/webstore/detail/d-comments/jocjhkklfiaojhhnjiejmimlohaemiep)
[![Firefox Browser ADD-ONS](https://extensionworkshop.com/assets/img/documentation/publish/get-the-addon-178x60px.dad84b42.png)](https://addons.mozilla.org/ja/firefox/addon/d-comments/)

## Development

### Requirements

- [Node.js](https://nodejs.org/ja/)
- [bun](https://bun.sh)
- [pnpm](https://pnpm.io/)
- Latest Firefox Based Browser
- [Firefox](https://www.mozilla.org/ja/firefox/new/)
- etc...
Expand All @@ -37,16 +37,15 @@ d アニメストアの動画再生画面でニコニコ動画のコメントを
Install local dependencies by running:

```sh
bun install
pnpm install
```

### Build

Run the following command:

```bash
# Requires Bash environment
bun run build
```sh
pnpm build
```

This will create a zip file in the `dist` directory.
Expand All @@ -60,15 +59,15 @@ This will create a zip file in the `dist` directory.
Run the following command:

```sh
bun run lint
pnpm lint
```

### Format

Run the following command:

```sh
bun run format
pnpm format
```

## License
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"format": "bunx @biomejs/biome format --write .",
"lint": "bunx @biomejs/biome check --write ."
},
"packageManager": "bun@1.1.41",
"packageManager": "pnpm@9.15.1",
"dependencies": {
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-checkbox": "^1.1.3",
Expand Down Expand Up @@ -51,7 +51,6 @@
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"terser": "latest",
"typescript": "^5.7.2",
"vite": "^6.0.5",
"vite-plugin-markdown": "^2.2.0",
Expand Down
Loading

0 comments on commit 02a5c54

Please sign in to comment.