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 ec52acf commit b559438Copy full SHA for b559438
package.json
@@ -17,10 +17,9 @@
17
},
18
"scripts": {
19
"predeploy": "npm run build",
20
- "deploy": "gh-pages -d build",
21
- "start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
+ "deploy": "gh-pages -b main -d build",
+ "start": "react-scripts start",
22
"build": "react-scripts build",
23
- "test": "./node_modules/.bin/mocha ./src/sortingAlgorithms/tests/",
24
"eject": "react-scripts eject"
25
26
"eslintConfig": {
0 commit comments