fix: make sure no patch-package still succeeds

This commit is contained in:
cha0s 2024-02-15 05:17:06 -06:00
parent f0adcf67ba
commit 7a445b07f0

View File

@ -6,7 +6,7 @@
"build:only": "flecks build",
"debug": "DEBUG=@flecks/* npm run -- dev",
"dev": "npm run -- build:only -dh",
"postinstall": "patch-package",
"postinstall": "patch-package || true",
"repl": "npx flecks repl --rlwrap",
"start": "DEBUG=@flecks/*,-*:silly npm run -- dev"
},