Skip to content

Commit 1ef4879

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 00ea4d2 commit 1ef4879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
]
7171
},
7272
"private": true,
73-
"scripts": {
73+
"scripts": {
7474
"build": "vite build && mkdir dist/about && cp dist/index.html dist/about && mkdir dist/contact && cp dist/index.html dist/contact && mkdir dist/privacy && cp dist/index.html dist/privacy && mkdir dist/imprint && cp dist/index.html dist/imprint && cp dist/index.html dist/404.html",
7575
"dev": "vite",
7676
"format": "biome format --write && biome check --formatter-enabled=false --linter-enabled=false --write",

0 commit comments

Comments
 (0)