diff --git a/package.json b/package.json index d9ad324..ceccee4 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,7 @@ "start": "remix-serve ./build/server/index.js", "typecheck": "tsc", "watch": "jest --watch --config=jest.config.ts", - "test": "jest --config=jest.config.ts", - "postinstall": "patch-package" + "test": "jest --config=jest.config.ts" }, "dependencies": { "@remix-pwa/sw": "^3.0.9",