Skip to content

Commit

Permalink
Fix non-linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 31, 2024
1 parent 66a0464 commit f9985ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 13 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"clean": "pnpm run -r clean",
"test:js": "eslint .",
"test:types": "svelte-check",
"test:checks": "./scripts/every scripts check-*.ts",
"test:audit": "pnpm audit --prod",
"test:focused": "tsx ./scripts/check-focused-tests.ts",
"test:messages": "tsx ./scripts/check-messages.ts",
"test:versions": "tsx ./scripts/check-versions.ts",
"test": "FORCE_COLOR=1 pnpm run -r --include-workspace-root /^test:/",
"format:prettier": "prettier -w **/*.{js,json,md,ts,svelte,html} *.md *.json",
"format": "pnpm run -r --include-workspace-root /^format:/",
Expand Down
12 changes: 0 additions & 12 deletions scripts/every

This file was deleted.

0 comments on commit f9985ca

Please sign in to comment.