Skip to content

Commit

Permalink
fix(ci/cd): cleaning (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
miarkt authored Jun 3, 2024
1 parent dfe79de commit b77b433
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
2 changes: 2 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"i": "^0.3.7",
"leaflet": "^1.9.3",
"npm": "^9.8.1",
"primereact": "^10.6.6",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -23,6 +24,7 @@
"react-router-dom": "^6.4.5",
"react-scripts": "5.0.1",
"react-to-print": "^2.14.12",
"react-tooltip": "^5.26.4",
"uuid": "^9.0.0",
"web-vitals": "^2.1.4"
},
Expand Down
53 changes: 28 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"server"
],
"dependencies": {
"concurrently": "^8.0.1",
"primereact": "^9.6.0",
"react-tooltip": "^5.18.1"
"concurrently": "^8.0.1"
},
"scripts": {
"build": "rm -rf server/dist && npm -w client run build -- --mode ${npm_config_mode}",
Expand All @@ -26,4 +24,4 @@
"optionalDependencies": {
"win-node-env": "^0.6.1"
}
}
}

0 comments on commit b77b433

Please sign in to comment.