We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3375c2 commit ac7b752Copy full SHA for ac7b752
.github/workflows/plugin-build.yml
@@ -50,6 +50,6 @@ jobs:
50
uses: Automattic/action-commit-to-branch@master
51
with:
52
branch: 'main-built'
53
- commit_message: 'Built main'
+ commit_message: 'Built plugin'
54
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Required
package.json
@@ -10,7 +10,7 @@
10
"lint:css:fix": "npm run lint:css -- --fix",
11
"test:js": "wp-scripts test-unit-js",
12
"test:watch": "wp-scripts test-unit-js --watch",
13
- "prepare": "husky install",
+ "prepare": "husky",
14
"wp-env": "wp-env start",
15
"test:e2e": "npx playwright test --reporter=list"
16
},
0 commit comments