Skip to content

Commit

Permalink
add npm command build-only
Browse files Browse the repository at this point in the history
  • Loading branch information
Haram Choi authored May 23, 2024
1 parent 0b6bd86 commit 1d3638b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"dev": "python3 scripts/process_text.py && next",
"dev-only": "next",
"build": "python3 scripts/process_text.py && next build",
"build-only": "next build",
"fetch": "python3 scripts/process_text.py",
"start": "next start",
"qrcode": "node scripts/generateqr.mjs"
Expand Down

0 comments on commit 1d3638b

Please sign in to comment.