Skip to content

Commit

Permalink
fix: make sure no patch-package still succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Feb 15, 2024
1 parent f0adcf6 commit 7a445b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-app/template/package.json.noconflict
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 7a445b0

Please sign in to comment.