From 372951ca55a3578378b0f75b0280ea09aca70945 Mon Sep 17 00:00:00 2001 From: Ken Lee Shu Ming Date: Wed, 14 Feb 2024 11:56:12 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"chore(dev):=20add=20virus=20scanner?= =?UTF-8?q?=20npm=20install=20to=20root=20install=20command=20(#7=E2=80=A6?= =?UTF-8?q?"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit d77a7c373224f03d392f489f5c1139a9a927b2c1. --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5497d96670..59894fc4a7 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",