Skip to content

Commit

Permalink
Revert "chore(dev): add virus scanner npm install to root install com…
Browse files Browse the repository at this point in the history
…mand (#7…"

This reverts commit d77a7c3.
  • Loading branch information
KenLSM committed Feb 14, 2024
1 parent 1a19628 commit 372951c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
]
},
"scripts": {
"postinstall": "npm run postinstall:frontend && npm run postinstall:shared && npm run postinstall:virus-scanner",
"postinstall": "npm run postinstall:frontend && npm run postinstall:shared",
"test": "npm run test:backend && npm run test:frontend",
"test:backend": "env-cmd -f __tests__/setup/.test-env jest",
"test:backend:ci": "env-cmd -f __tests__/setup/.test-env jest --maxWorkers=2 --logHeapUsage --workerIdleMemoryLimit=0.2",
Expand Down Expand Up @@ -52,8 +52,7 @@
"pre-commit": "lint-staged",
"storybook": "npm run --prefix frontend storybook",
"postinstall:frontend": "npm --prefix frontend install",
"postinstall:shared": "npm --prefix shared install",
"postinstall:virus-scanner": "npm --prefix serverless/virus-scanner install"
"postinstall:shared": "npm --prefix shared install"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.347.1",
Expand Down

0 comments on commit 372951c

Please sign in to comment.