Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Apr 27, 2024
1 parent b3fec34 commit 9a8eed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build && ./scripts/postbuild.sh && node dist/2024/server/index.mjs",
"build": "nuxt build && ./scripts/postbuild.sh && node ./dist/2024/server/index.mjs",
"preview": "nuxt preview",
"lint": "bun run eslint && bun run htmllint",
"lint-fix": "bun run eslint-fix && bun run htmllint-fix",
Expand Down

0 comments on commit 9a8eed6

Please sign in to comment.