Skip to content

Commit

Permalink
Try piping
Browse files Browse the repository at this point in the history
  • Loading branch information
FLSoz committed Aug 6, 2022
1 parent 7927e1b commit 554fc57
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 @@ -10,7 +10,7 @@
"rebuild": "electron-rebuild --parallel --types prod,dev,optional --module-dir src",
"lint": "cross-env NODE_ENV=development eslint . --cache --ext .js,.jsx,.ts,.tsx",
"only-publish": "electron-builder build --publish onTagOrDraft",
"publish": "git fetch && git push && git push origin $(node --eval \"process.stdout.write(require('./package.json').version)\") && bash bin/publish.sh",
"publish": "git fetch && git push && node --eval \"process.stdout.write(require('./package.json').version)\" | git push origin && bash bin/publish.sh",
"package": "ts-node ./.erb/scripts/clean.js dist && npm run build && electron-builder build --publish never",
"postinstall": "ts-node .erb/scripts/check-native-dep.js && electron-builder install-app-deps && cross-env NODE_ENV=development TS_NODE_TRANSPILE_ONLY=true webpack --config ./.erb/configs/webpack.config.renderer.dev.dll.ts && opencollective-postinstall",
"start": "ts-node ./.erb/scripts/check-port-in-use.js && npm run start:renderer",
Expand Down

0 comments on commit 554fc57

Please sign in to comment.