Skip to content

Commit

Permalink
Install using npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed May 17, 2024
1 parent b9ee212 commit a76f751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/executable_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
WINDOWS_CERT: ${{secrets.WINDOWS_CERT}}
WINDOWS_CERT_KEY: ${{secrets.WINDOWS_CERT_KEY}}
- name: Verify executable
run: ./percy --version
run: ./percy.exe --version
- name: Upload assets
uses: softprops/action-gh-release@d99959edae48b5ffffd7b00da66dcdb0a33a52ee
with:
Expand Down
5 changes: 2 additions & 3 deletions scripts/executable_win.bat
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@ REM Function for cleanup
:cleanup
rmdir /s /q build

REM Install gnu-sed using Homebrew for Windows
choco install gnu-sed

REM Install pkg globally using npm
npm install -g pkg
npm install -g yarn
npm install -g sed-windows

REM Install project dependencies using yarn
yarn install
Expand Down

0 comments on commit a76f751

Please sign in to comment.