Skip to content

Commit

Permalink
Fix build command to be cross-platform compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
Younis-Ahmed committed Feb 1, 2024
1 parent 0129e98 commit 1833423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
npm ci
npm test --if-present
npm run lint
npm run build
npm run build # TODO: build contains 'cp' which is unix based, so this will fail on windows [npm install --save-dev shx]
env:
CI: true

Expand Down

0 comments on commit 1833423

Please sign in to comment.