Skip to content

Commit

Permalink
fix site maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
pngwn committed Jan 22, 2024
1 parent ba39bfb commit 430bdb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"type": "module",
"scripts": {
"dev": "sapper dev --ext '.svelte .svx'",
"build:site": "sapper build --legacy --ext '.svelte .svx'",
"export": "sapper export --legacy --ext '.svelte .svx'",
"build:site": "sapper build --ext '.svelte .svx'",
"export": "sapper export --ext '.svelte .svx'",
"start": "node __sapper__/build",
"cy:run": "cypress run",
"cy:open": "cypress open",
Expand Down

0 comments on commit 430bdb2

Please sign in to comment.