Skip to content

Commit

Permalink
fix(script): remove format_css feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Sec-ant committed May 19, 2024
1 parent a02829a commit 9110417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}'",
Expand Down

0 comments on commit 9110417

Please sign in to comment.