Changes
4 changed files (+6/-0)
-
-
@@ -4,6 +4,7 @@ "private": true,"workspaces": ["packages/*"], "scripts": { "lint": "bun run --filter '*' lint", "check": "bun run --filter '*' check", "dev": "bun run --filter '*' dev", "build": "bun run --filter '*' build", "clean": "bun run --filter '*' clean"
-
-
-
@@ -8,6 +8,7 @@ "build:lib": "vite build && tsc -p tsconfig.build.jsonc","build:docs": "ASTRO_TELEMETRY_DISABLED=1 astro build", "build:all": "bun build:lib && bun build:docs", "build": "bun build:lib", "check": "tsc", "clean": "rm -rf dist docs-dist types", "prepare": "bun build:lib" },
-
-
-
@@ -4,6 +4,7 @@ "private": true,"scripts": { "lint": "buf lint", "build": "buf generate", "check": "bun run lint", "clean": "rm -rf es", "prepare": "bun run build" },
-
-
-
@@ -3,6 +3,9 @@ "name": "@yamori/pwa","private": true, "type": "module", "scripts": { "check:ts": "tsc", "check:gleam": "gleam check", "check": "bun check:ts && bun check:gleam", "dev": "vite", "build": "vite build", "clean": "rm -rf dist"
-