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 b1f9a44 commit de622e8Copy full SHA for de622e8
.github/workflows/publish.yaml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/setup-node@v4
18
with:
19
node-version-file: package.json
20
- registry-url: 'https://registry.npmjs.org'
+ registry-url: "https://registry.npmjs.org"
21
cache: "npm"
22
- name: Install dependencies
23
run: |
package.json
@@ -16,7 +16,7 @@
16
"check": "npm run check:lint && npm run check:format",
"check:lint": "eslint .",
"check:format": "prettier -c .",
- "reformat": "npx prettier --write ."
+ "reformat": "prettier --write ."
},
"license": "Apache-2.0",
"devDependencies": {
0 commit comments