webtools

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 996705ec5176c4e3ec8c9763c135cb3b74d982a3
parent 3a216d77800b610a8fbada582e0ac5a501bcfe71
Author: minerva-jupiter <ryouturn@gmail.com>
Date:   Sun, 28 Sep 2025 14:54:15 +0900

prebuild changed to test build

Diffstat:
Mpackage.json | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", - "prebuild": "wasm-pack build --release --target web && next build --turbopack", + "testbuild": "wasm-pack build --release --target web && next build --turbopack", "start": "next start", "lint": "biome check", "format": "biome format --write"