Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Nov 18, 2023
1 parent a22a389 commit afe74b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ dist-ssr

.yalc
yalc.lock
.vite-inspect
.vite-inspect
.vercel
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"private": true,
"type": "module",
"scripts": {
"dev:core": "pnpm --filter core dev",
"dev:core": "pnpm --filter core sidecar dev",
"dev:website": "pnpm --filter spotlight-website dev",
"dev:playground": "pnpm --filter spotlight-astro-playground dev",
"build": "pnpm -r run build",
"build": "pnpm --filter=!spotlight-astro-playground -r run build",
"preview": "pnpm -r run preview",
"lint": "eslint . --cache --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit afe74b9

Please sign in to comment.