We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c49b044 commit 3994b48Copy full SHA for 3994b48
package.json
@@ -47,7 +47,7 @@
47
"start": "electron-forge start",
48
"dev2": "react-scripts start",
49
"old.build": "npm run build:react && npm run build:bundle",
50
- "build-linux": "REACT_APP_COMMIT_HASH=$(git rev-parse HEAD) react-scripts build",
+ "build": "REACT_APP_COMMIT_HASH=$(git rev-parse HEAD) react-scripts build",
51
"build-win": "git rev-parse HEAD && cross-env REACT_APP_COMMIT_HASH=$(\"git rev-parse HEAD\") react-scripts build",
52
"build:react": "react-scripts build",
53
"build:bundle": "webpack --config webpack.config.js",
0 commit comments