Skip to content

Commit b7a32fa

Browse files
authored
Manifest V3 block rules workflow fix (#10557)
1 parent a78289a commit b7a32fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/block_rules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
run: npm install
2323

2424
- name: Generate block rules
25-
run: node .github\workflows\generateBlockRules.js > src\rules.json
25+
run: node ./.github/workflows/generateBlockRules.js > src/rules.json
2626

2727
- name: Run Prettier
28-
run: npx prettier --write .\src\rules.json
28+
run: npx prettier --write ./src/rules.json
2929

3030
- name: Check for changes
3131
id: git-diff

0 commit comments

Comments
 (0)