-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heatmap Reduced List #269
base: develop
Are you sure you want to change the base?
Heatmap Reduced List #269
Changes from all commits
09367be
9a1e6b0
14a57b6
e795750
1ed939a
482508e
ecb8337
eb1375a
ec3ef22
5d91054
23c9104
54ae1f8
25f39cd
9a8916e
624e976
e5d1928
a16fe77
c520edb
4c92607
db786ea
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -11,7 +11,7 @@ COPY . . | |||||
COPY ./.env ./.env | ||||||
|
||||||
#Run command npm install to install packages | ||||||
RUN npm ci | ||||||
RUN npm install | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not part of this PR.
Suggested change
|
||||||
|
||||||
#create a react production build | ||||||
RUN npm run build | ||||||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
@@ -91,9 +91,8 @@ | |||||||||||||||||||
"react-markdown": "^6.0.3", | ||||||||||||||||||||
"react-redux": "^7.2.3", | ||||||||||||||||||||
"react-scroll-sync": "^0.11.0", | ||||||||||||||||||||
"redux": "^4.0.5", | ||||||||||||||||||||
"redux-persist": "^6.0.0", | ||||||||||||||||||||
"rooks": "^5.7.3" | ||||||||||||||||||||
"rooks": "^7.14.1" | ||||||||||||||||||||
Comment on lines
93
to
+95
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not sure why redux is removed from the packages.
Suggested change
|
||||||||||||||||||||
}, | ||||||||||||||||||||
"devDependencies": { | ||||||||||||||||||||
"@babel/preset-react": "^7.12.13", | ||||||||||||||||||||
|
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably left over form other modifications but is unnecessary.