Skip to content

Commit 6cb52cc

Browse files
committed
chore: enable prettier cache [ci skip]
1 parent f62ed66 commit 6cb52cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import svelte from "@astrojs/svelte";
2-
import { optimizeCss, optimizeImports } from "carbon-preprocess-svelte";
32
import { defineConfig } from "astro/config";
3+
import { optimizeCss, optimizeImports } from "carbon-preprocess-svelte";
44
import pkg from "./package.json" assert { type: "json" };
55

66
export default defineConfig({

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"package": "bun scripts/npm-package.ts",
1313
"test:unit": "bun test tests/*.ts",
1414
"test:e2e": "bunx playwright test",
15-
"format": "bun --bun prettier --write .",
15+
"format": "bun --bun prettier --write . --cache",
1616
"astro": "astro",
1717
"playwright": "playwright"
1818
},

0 commit comments

Comments
 (0)