Switch from yarn to bun
This commit is contained in:
parent
237077c153
commit
d0402a3497
6 changed files with 460 additions and 1413 deletions
|
|
@ -11,7 +11,7 @@ Debshots is a Ruby on Rails 8 application that powers screenshots.debian.net. It
|
|||
### Setup
|
||||
```bash
|
||||
bundle install # Install Ruby dependencies
|
||||
yarn install # Install JavaScript dependencies
|
||||
bun install # Install JavaScript dependencies
|
||||
rails db:create db:migrate # Create and migrate database
|
||||
```
|
||||
|
||||
|
|
@ -38,8 +38,8 @@ rubocop -a # Auto-fix RuboCop offenses
|
|||
|
||||
### Frontend Build
|
||||
```bash
|
||||
yarn build # Build JavaScript with esbuild
|
||||
yarn build:css # Build CSS with Sass
|
||||
bun run build # Build JavaScript with esbuild
|
||||
bun run build:css # Build CSS with Sass
|
||||
```
|
||||
|
||||
### Database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue