build: moved to bunx
All checks were successful
Build Gameflow Site / build (push) Successful in 58s
All checks were successful
Build Gameflow Site / build (push) Successful in 58s
This commit is contained in:
parent
bd2db9cd67
commit
5aa3f672fe
2 changed files with 6 additions and 5 deletions
1
.astro/types.d.ts
vendored
1
.astro/types.d.ts
vendored
|
|
@ -1 +1,2 @@
|
|||
/// <reference types="astro/client" />
|
||||
/// <reference path="content.d.ts" />
|
||||
10
package.json
10
package.json
|
|
@ -37,11 +37,11 @@
|
|||
"@types/bun": "latest"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"dev:host": "astro dev --host",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"dev": "bunx --bun astro dev",
|
||||
"dev:host": "bunx --bun astro dev --host",
|
||||
"build": "bunx --bun astro build",
|
||||
"preview": "bunx --bun astro preview",
|
||||
"astro": "bunx --bun astro"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue