Skip to content

Commit

Permalink
Fixed website build
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Oct 22, 2024
1 parent b9ee508 commit b1dc348
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 197 deletions.
7 changes: 0 additions & 7 deletions build.ts

This file was deleted.

188 changes: 0 additions & 188 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"npm": "^10.0.0"
},
"scripts": {
"build": "vite-node build.ts",
"build": "astro build",
"clean": "find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' +",
"format": "eslint --fix . && prettier --write .",
"generate": "vite-node generate.ts",
Expand All @@ -31,7 +31,6 @@
"astro": "4.16.6",
"eslint": "8.57.0",
"eslint-plugin-astro": "1.2.2",
"execa": "9.4.1",
"fs-extra": "11.2.0",
"glob": "10.4.2",
"js-yaml": "4.1.0",
Expand Down

0 comments on commit b1dc348

Please sign in to comment.