Skip to content

Commit

Permalink
fix: more backend deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmontgomery committed Mar 1, 2024
1 parent 4e35a7c commit 90aea97
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 105 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ jobs:
node-version: 20
- run: npm ci
- run: npm run build
env:
NODE_ENV: production
1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^5.3.4",
"reselect": "^5.1.0",
"strapi-plugin-publisher": "^1.5.6",
"strapi-plugin-redis": "^1.0.1",
"strapi-plugin-rest-cache": "^4.2.8",
Expand Down
Loading

0 comments on commit 90aea97

Please sign in to comment.