Skip to content

Commit 3ccc86a

Browse files
committed
Run npx prettier . --write
1 parent c538e19 commit 3ccc86a

28 files changed

+7116
-6490
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: CI
2-
'on':
2+
on:
33
push:
44
pull_request:
55
jobs:
@@ -25,10 +25,10 @@ jobs:
2525
- name: Set up Node.js
2626
uses: actions/setup-node@v3
2727
with:
28-
node-version: '20.x'
28+
node-version: "20.x"
2929
- name: Install node dependencies
3030
run: npm ci
31-
- name: Build with Vite
31+
- name: Build with Vite
3232
run: npm run build
3333
- name: Deploy to GitHub Pages
3434
# Do not run this unless *pushing* to `master`.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ git clone https://github.com/gbdev/rgbds-live --recursive
2121
```
2222

2323
To start hacking, use the development server:
24+
2425
```bash
2526
# Development server with live refresh:
2627
npm run dev

0 commit comments

Comments
 (0)