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.
2 parents 5618da9 + d20d4b6 commit 6af6f96Copy full SHA for 6af6f96
.github/workflows/release-please.yml
@@ -47,4 +47,4 @@ jobs:
47
if: ${{ steps.release.outputs.release_created }}
48
env:
49
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50
- run: npm run publish
+ run: npm publish
package.json
@@ -17,7 +17,6 @@
17
"dev": "vite",
18
"test": "vitest",
19
"build": "tsc && vite build -l info",
20
- "publish": "npm run build s && npm publish",
21
"preview": "vite preview"
22
},
23
"devDependencies": {
0 commit comments