Skip to content

Commit

Permalink
add bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj443 committed Aug 14, 2023
1 parent d77198b commit 4fc4502
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,3 @@ jobs:
with:
node-version: 14
- run: ./scripts/build.sh
- name: Commit report
run: |
git add run-macos
git commit -m "Automated report"
git push origin PAPP_343
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ pkg ./packages/cli/bin/run.js -d

# cleanup
rm -rf temp
rm -rf build
rm -rf build

0 comments on commit 4fc4502

Please sign in to comment.