Skip to content

Commit

Permalink
fix: empty commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Jul 10, 2022
1 parent 3b41d27 commit e580693
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 @@ -8,7 +8,7 @@
},
"scripts": {
"commit": "npm run build && git pull && git commit --allow-empty -am \"fix: empty commit for testing\" && git push",
"build-action": "ncc build src/actions/$ACTION_NAME/index.js -m -s -o .github/actions/$ACTION_NAME && rm -f .github/actions/$ACTION_NAME/action.yml && cp src/actions/$ACTION_NAME/action.yml .github/actions/$ACTION_NAME/action.yml",
"build-action": "ncc build src/actions/$ACTION_NAME/index.js -m -q -s -o .github/actions/$ACTION_NAME && rm -f .github/actions/$ACTION_NAME/action.yml && cp src/actions/$ACTION_NAME/action.yml .github/actions/$ACTION_NAME/action.yml",
"build": "npm run action:pipeline-config-scrapper",
"action:pipeline-config-scrapper": "ACTION_NAME=pipeline-config-scrapper npm run build-action"
},
Expand Down

0 comments on commit e580693

Please sign in to comment.