Skip to content

Commit

Permalink
Fixes for sh
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed Sep 28, 2020
1 parent f7a900b commit 9f975ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-dist-manifest.js
Expand Up @@ -23,7 +23,7 @@ delete packageManifest.devDependencies;
delete packageManifest.jest;

packageManifest.scripts = {
preinstall: ':; (node ./preinstall.js |& : || true)',
preinstall: ':; (node ./preinstall.js > /dev/null 2>&1 || true)',
};

fs.writeFileSync(
Expand Down

0 comments on commit 9f975ac

Please sign in to comment.