Skip to content

Commit 6af6f96

Browse files
authored
Merge pull request #16 from open-meteo/13-fix-release-on-npm
fix: Publish command
2 parents 5618da9 + d20d4b6 commit 6af6f96

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
if: ${{ steps.release.outputs.release_created }}
4848
env:
4949
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
50-
run: npm run publish
50+
run: npm publish

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"dev": "vite",
1818
"test": "vitest",
1919
"build": "tsc && vite build -l info",
20-
"publish": "npm run build s && npm publish",
2120
"preview": "vite preview"
2221
},
2322
"devDependencies": {

0 commit comments

Comments
 (0)