fix on windows

This commit is contained in:
Sebastian
2021-09-23 17:00:39 -07:00
parent 3e543b37f7
commit 1efb892053
2 changed files with 4 additions and 42121 deletions
+4 -5
View File
@@ -6,7 +6,6 @@
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"cushiondb-client": "^0.1.6",
"pouchdb": "^7.2.2",
"pouchdb-browser": "^7.2.2",
"react": "^17.0.2",
@@ -16,10 +15,10 @@
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"start": "./node_modules/.bin/react-scripts start",
"build": "./node_modules/.bin/react-scripts build",
"test": "./node_modules/.bin/react-scripts test",
"eject": "./node_modules/.bin/react-scripts eject"
},
"eslintConfig": {
"extends": [