Skip to content

Commit

Permalink
Change backend cache npm->pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Aug 25, 2024
1 parent 8b86037 commit d2d4769
Show file tree
Hide file tree
Showing 5 changed files with 1,539 additions and 17 deletions.
2 changes: 2 additions & 0 deletions backend/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"check": "tsc",
"build": "rimraf dist && tsc --noEmit false && tsc-alias",
"start": "node dist/server.js",
Expand All @@ -13,6 +14,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@types/express-serve-static-core": "^4.19.5",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.2"
Expand Down
Loading

0 comments on commit d2d4769

Please sign in to comment.