Skip to content

Commit b559438

Browse files
committed
chaged scripts
1 parent ec52acf commit b559438

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@
1717
},
1818
"scripts": {
1919
"predeploy": "npm run build",
20-
"deploy": "gh-pages -d build",
21-
"start": "export SET NODE_OPTIONS=--openssl-legacy-provider && react-scripts start",
20+
"deploy": "gh-pages -b main -d build",
21+
"start": "react-scripts start",
2222
"build": "react-scripts build",
23-
"test": "./node_modules/.bin/mocha ./src/sortingAlgorithms/tests/",
2423
"eject": "react-scripts eject"
2524
},
2625
"eslintConfig": {

0 commit comments

Comments
 (0)