diff --git a/.forgejo/workflows/biomejs.yml b/.forgejo/workflows/biomejs.yml index 65d7f6d..3472f79 100644 --- a/.forgejo/workflows/biomejs.yml +++ b/.forgejo/workflows/biomejs.yml @@ -15,7 +15,6 @@ jobs: run: | curl -fsSL https://bun.sh/install | bash export BUN_INSTALL="$HOME/.bun" - export PATH="$BUN_INSTALL/bin:$PATH" echo "$BUN_INSTALL/bin" >> $GITHUB_PATH - name: Run Biome via Bun diff --git a/package.json b/package.json index 5083e85..006dbb4 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "scripts": { "start": "bun run src/index.ts", "dev": "bun run --hot src/index.ts --dev", - "lint": "bunx biome check", - "lint:fix": "bunx biome check --fix", + "lint": "bunx biome ci .", + "lint:fix": "bunx biome ci . --apply", "cleanup": "rm -rf logs node_modules bun.lockdb" }, "devDependencies": {