We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62ed66 commit 6cb52ccCopy full SHA for 6cb52cc
astro.config.ts
@@ -1,6 +1,6 @@
1
import svelte from "@astrojs/svelte";
2
-import { optimizeCss, optimizeImports } from "carbon-preprocess-svelte";
3
import { defineConfig } from "astro/config";
+import { optimizeCss, optimizeImports } from "carbon-preprocess-svelte";
4
import pkg from "./package.json" assert { type: "json" };
5
6
export default defineConfig({
package.json
@@ -12,7 +12,7 @@
12
"package": "bun scripts/npm-package.ts",
13
"test:unit": "bun test tests/*.ts",
14
"test:e2e": "bunx playwright test",
15
- "format": "bun --bun prettier --write .",
+ "format": "bun --bun prettier --write . --cache",
16
"astro": "astro",
17
"playwright": "playwright"
18
},
0 commit comments