Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AshleyRedman committed Jan 17, 2024
1 parent e93740a commit 741625d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 33 deletions.
32 changes: 0 additions & 32 deletions .eslintrc.json

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/assets.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ jobs:
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- run: bun i
- run: bun format
- run: bun types
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"prod": "bun build ./src/ts/app.ts --outdir ./dist --target browser --minify",
"dev": "bun build ./src/ts/app.ts --outdir ./dist --target browser --watch",
"format": "prettier --check src/",
"format": "prettier src --check",
"types": "tsc --noEmit",
"lint:php": "vendor/bin/phpcs",
"format:php": "vendor/bin/phpcbf"
Expand Down

0 comments on commit 741625d

Please sign in to comment.