Skip to content

Commit

Permalink
on dev too
Browse files Browse the repository at this point in the history
  • Loading branch information
peter committed Oct 16, 2024
1 parent 759708e commit 078a52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider next dev -p 3333",
"dev": "git rev-parse HEAD > ./public/commitHash.txt; NODE_OPTIONS=--openssl-legacy-provider next dev -p 3333",
"dev1": "next dev -p 3333",
"build": "git rev-parse HEAD > ./public/commitHash.txt; NODE_OPTIONS=--openssl-legacy-provider next build",
"testbuild": "next build",
Expand Down

0 comments on commit 078a52c

Please sign in to comment.