Skip to content

Commit ac7b752

Browse files
committed
rename built commit
1 parent c3375c2 commit ac7b752

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/plugin-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
uses: Automattic/action-commit-to-branch@master
5151
with:
5252
branch: 'main-built'
53-
commit_message: 'Built main'
53+
commit_message: 'Built plugin'
5454
env:
5555
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint:css:fix": "npm run lint:css -- --fix",
1111
"test:js": "wp-scripts test-unit-js",
1212
"test:watch": "wp-scripts test-unit-js --watch",
13-
"prepare": "husky install",
13+
"prepare": "husky",
1414
"wp-env": "wp-env start",
1515
"test:e2e": "npx playwright test --reporter=list"
1616
},

0 commit comments

Comments
 (0)