Skip to content

Commit c2e2bb9

Browse files
committed
fix: Revert update meant to fix Powershell issue, as it's a regression
Regression for some linux terminals
1 parent 16f2b72 commit c2e2bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"coverage": "nyc npm test",
114114
"lint": "eslint --ignore-path=.gitignore .",
115115
"lint:updated": "pipe-git-updated --base=main --ext=js -- eslint --ignore-pattern '!*'",
116-
"postinstall": " node -e \"try{require('./_postinstall')}catch(e){}\"",
116+
"postinstall": " node -e \"try{require('./_postinstall')}catch(e){}\" || exit 0",
117117
"prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
118118
"prettier-check:updated": "pipe-git-updated --base=main --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
119119
"prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",

0 commit comments

Comments
 (0)