We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3b5eb1 commit c1809a6Copy full SHA for c1809a6
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
publish:
13
name: Publish
14
runs-on: ubuntu-latest
15
- if: github.repository == "WarningImHack3r/vite-plugin-lucide-preprocess"
+ if: github.repository == 'WarningImHack3r/vite-plugin-lucide-preprocess'
16
permissions:
17
contents: read
18
id-token: write
@@ -37,4 +37,4 @@ jobs:
37
run: pnpm build
38
39
- name: Publish to NPM
40
- run: pnpm publish --no-git-checks
+ run: npm publish
package.json
@@ -56,5 +56,5 @@
56
"main": "./dist/index.js",
57
"types": "./dist/index.d.ts",
58
"type": "module",
59
- "packageManager": "pnpm@10.15.1"
+ "packageManager": "pnpm@10.16.0"
60
}
0 commit comments