Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
fix: windows bash build (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjlittle authored and wbreza committed Apr 13, 2019
1 parent b8f28ff commit 7399523
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 @@ -69,7 +69,7 @@
"eject": "react-scripts eject",
"release-pr": "./scripts/release-pr.sh",
"release-web": "npm run build && npm run webpack:prod",
"release-ci": "./scripts/build.sh",
"release-ci": "bash ./scripts/build.sh",
"release": "npm run build && npm run webpack:prod && electron-builder",
"pretest": "./node_modules/.bin/tslint 'src/**/*.ts*'",
"lintfix": "./node_modules/.bin/tslint 'src/**/*.ts*' --fix",
Expand Down

0 comments on commit 7399523

Please sign in to comment.