diff --git a/package.json b/package.json index 91554283..bfc747aa 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,8 @@ "build": "pnpm build:wasm && pnpm build:js", "build:js": "astro build", "build:wasm-common": "wasm-pack build --out-dir ../../packages/@biomejs/wasm-web --target web --scope biomedev", - "build:wasm": "pnpm build:wasm-common --release ./biome/crates/biome_wasm --features format_css", - "build:wasm-dev": "pnpm build:wasm-common --profiling ./biome/crates/biome_wasm --features format_css", + "build:wasm": "pnpm build:wasm-common --release ./biome/crates/biome_wasm", + "build:wasm-dev": "pnpm build:wasm-common --profiling ./biome/crates/biome_wasm", "preview": "astro preview", "textlint": "textlint './src/content/docs/ja/**/*.{md,mdx}'", "textlint:fix": "textlint --fix './src/content/docs/ja/**/*.{md,mdx}'",