Skip to content

Commit de622e8

Browse files
committed
chore: address comments
1 parent b1f9a44 commit de622e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version-file: package.json
20-
registry-url: 'https://registry.npmjs.org'
20+
registry-url: "https://registry.npmjs.org"
2121
cache: "npm"
2222
- name: Install dependencies
2323
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"check": "npm run check:lint && npm run check:format",
1717
"check:lint": "eslint .",
1818
"check:format": "prettier -c .",
19-
"reformat": "npx prettier --write ."
19+
"reformat": "prettier --write ."
2020
},
2121
"license": "Apache-2.0",
2222
"devDependencies": {

0 commit comments

Comments
 (0)