Skip to content

Commit b1dc348

Browse files
committed
Fixed website build
1 parent b9ee508 commit b1dc348

3 files changed

Lines changed: 1 addition & 197 deletions

File tree

build.ts

Lines changed: 0 additions & 7 deletions
This file was deleted.

package-lock.json

Lines changed: 0 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"npm": "^10.0.0"
88
},
99
"scripts": {
10-
"build": "vite-node build.ts",
10+
"build": "astro build",
1111
"clean": "find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' +",
1212
"format": "eslint --fix . && prettier --write .",
1313
"generate": "vite-node generate.ts",
@@ -31,7 +31,6 @@
3131
"astro": "4.16.6",
3232
"eslint": "8.57.0",
3333
"eslint-plugin-astro": "1.2.2",
34-
"execa": "9.4.1",
3534
"fs-extra": "11.2.0",
3635
"glob": "10.4.2",
3736
"js-yaml": "4.1.0",

0 commit comments

Comments
 (0)