Remove unused post install step
Test / test (push) Failing after 39s Details

This commit is contained in:
Jeff 2024-09-25 01:30:30 -04:00
parent e09769e1ba
commit e438b5cb5b
1 changed files with 1 additions and 2 deletions

View File

@ -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",