Skip to content

Commit

Permalink
Yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
Corantin committed May 12, 2023
1 parent 4d7cc66 commit ba2958c
Show file tree
Hide file tree
Showing 4 changed files with 37,408 additions and 28,107 deletions.
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,11 @@ yarn-error.log*
.idea

.vercel

.yarn/
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
4 changes: 2 additions & 2 deletions packages/react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"node-sass": "^7.0.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.1.8",
"react-dev-utils": "^11.0.4",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.2",
"react-focus-within": "^2.0.2",
"react-hot-loader": "^4.13.0",
"react-icons": "^4.2.0",
Expand Down Expand Up @@ -164,4 +164,4 @@
"preset": "ts-jest",
"testEnvironment": "node"
}
}
}
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"run-graph-node": "cd graph-node && docker-compose up",
"remove-graph-node": "cd graph-node && docker-compose down",
"clean-graph-node": "rm -rf graph-node/data/",
"restart":"yarn remove-graph-node && yarn clean-graph-node || true && yarn run-graph-node"
"restart": "yarn remove-graph-node && yarn clean-graph-node || true && yarn run-graph-node"
}
}
Loading

0 comments on commit ba2958c

Please sign in to comment.