Skip to content

Commit bb3026e

Browse files
Merge pull request #280 from sqlitecloud/fix-release-npm
fix: release workflow
2 parents 13cdb64 + 5453d0f commit bb3026e

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
- uses: actions/setup-node@v4
2727
with:
2828
node-version: 24
29-
registry-url: 'https://registry.npmjs.org'
3029
package-manager-cache: false
3130

3231
- name: Setup Dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"test": "jest --silent --coverage",
1212
"build": "rm -rf ./lib/ && tsc --project tsconfig.build.json && npx webpack",
13-
"publish": "npm run build && npm publish --access public",
13+
"publish:npm": "npm run build && npm publish --access public",
1414
"prettier": "prettier --write 'src/**/*'",
1515
"typedoc": "rm -rf ./docs/ && typedoc --tsconfig tsconfig.build.json --plugin typedoc-plugin-markdown --out docs/markdown",
1616
"npmgui": "npx npm-gui@latest",

0 commit comments

Comments
 (0)