Skip to content

Commit

Permalink
cleanup: remove npm leftovers from scripts (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabsEdits authored Aug 6, 2024
1 parent 853c9be commit 0399c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"scripts": {
"dev": "node server",
"build": "pnpm run generate-articles && npm run build:client && npm run build:server",
"build": "pnpm generate-articles && pnpm build:client && pnpm build:server",
"build:client": "vite build --ssrManifest --outDir dist/client",
"build:server": "vite build --ssr src/entry-server.ts --outDir dist/server",
"format": "prettier --write .",
Expand Down

0 comments on commit 0399c54

Please sign in to comment.