Skip to content

Commit

Permalink
🦾 ci: fix env skip postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Rettend committed Nov 17, 2023
1 parent 75c2b1e commit 8e596e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"typecheck": "tsc --noEmit",
"release": "bumpp && unbuild && pnpm publish",
"postinstall": "run-script-os",
"postinstall:linux": "if [ \"SKIP_POSTINSTALL\" != \"true\" ]; then node ./bin/eemoji.mjs init -c none; fi",
"postinstall:linux": "if [ \"$SKIP_POSTINSTALL\" != \"true\" ]; then node ./bin/eemoji.mjs init -c none; fi",
"postinstall:default": "node ./bin/eemoji.mjs init -c none",
"preuninstall": "node ./bin/eemoji.mjs cleanup"
},
Expand Down

0 comments on commit 8e596e1

Please sign in to comment.