Skip to content

Commit

Permalink
Update output filename
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed Aug 24, 2023
1 parent fc8c180 commit cac1ccc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ npm run build_cjs

cp -R ./build/* packages/

pkg ./packages/cli/bin/run.js -o percy
pkg ./packages/cli/bin/run.js -d

mv run-macos percy-macos
mv run-linux percy-linux
mv run-win.exe percy-win.exe

# cleanup
rm -rf temp
Expand Down

0 comments on commit cac1ccc

Please sign in to comment.