Skip to content

Commit

Permalink
chore(dev): add virus scanner npm install to root install command (#7069
Browse files Browse the repository at this point in the history
)
  • Loading branch information
justynoh authored Feb 14, 2024
1 parent b9da0fd commit d77a7c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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",
"postinstall": "npm run postinstall:frontend && npm run postinstall:shared && npm run postinstall:virus-scanner",
"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,7 +52,8 @@
"pre-commit": "lint-staged",
"storybook": "npm run --prefix frontend storybook",
"postinstall:frontend": "npm --prefix frontend install",
"postinstall:shared": "npm --prefix shared install"
"postinstall:shared": "npm --prefix shared install",
"postinstall:virus-scanner": "npm --prefix serverless/virus-scanner install"
},
"dependencies": {
"@aws-sdk/client-cloudwatch-logs": "^3.347.1",
Expand Down

0 comments on commit d77a7c3

Please sign in to comment.