We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62ac73 commit e31f37cCopy full SHA for e31f37c
.github/workflows/publish.yml
@@ -23,6 +23,9 @@ jobs:
23
with:
24
node-version: 24.x
25
26
+ - name: Upgrade npm (trusted publishing requires >= 11.5.1)
27
+ run: npm install -g npm@latest
28
+
29
- name: Install dependencies
30
run: npm install
31
package.json
@@ -10,7 +10,7 @@
10
"homepage": "https://github.com/inertiacore/vite-plugin",
11
"repository": {
12
"type": "git",
13
- "url": "https://github.com/inertiacore/vite-plugin"
+ "url": "git+https://github.com/inertiacore/vite-plugin.git"
14
},
15
"license": "MIT",
16
"author": "InertiaCore",
0 commit comments