We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bun
1 parent 93f6056 commit c70e9ffCopy full SHA for c70e9ff
package.json
@@ -6,13 +6,13 @@
6
"author": "Eric Liu (https://github.com/metonym)",
7
"type": "module",
8
"scripts": {
9
- "dev": "bunx --bun astro dev",
10
- "build": "bunx --bun astro build",
+ "dev": "bun --bun astro dev",
+ "build": "bun --bun astro build",
11
"build:lib": "bun scripts/index.ts",
12
"package": "bun scripts/npm-package.ts",
13
"test:unit": "bun test tests/*.ts",
14
"test:e2e": "playwright test",
15
- "format": "bunx --bun prettier --write .",
+ "format": "bun --bun prettier --write .",
16
"astro": "astro",
17
"playwright": "playwright"
18
},
0 commit comments