Remove unused post install step
Test / test (push) Failing after 39s
Details
Test / test (push) Failing after 39s
Details
This commit is contained in:
parent
e09769e1ba
commit
e438b5cb5b
|
|
@ -10,8 +10,7 @@
|
||||||
"start": "remix-serve ./build/server/index.js",
|
"start": "remix-serve ./build/server/index.js",
|
||||||
"typecheck": "tsc",
|
"typecheck": "tsc",
|
||||||
"watch": "jest --watch --config=jest.config.ts",
|
"watch": "jest --watch --config=jest.config.ts",
|
||||||
"test": "jest --config=jest.config.ts",
|
"test": "jest --config=jest.config.ts"
|
||||||
"postinstall": "patch-package"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@remix-pwa/sw": "^3.0.9",
|
"@remix-pwa/sw": "^3.0.9",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue