diff --git a/frontend/package.json b/frontend/package.json index fa93e34e..6772e4bc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",