Skip to content

Commit e925548

Browse files
author
ogmatrix
committed
fix: fixed workflow
1 parent bad07df commit e925548

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Publish to npm
6666
if: ${{ github.event.inputs.skip_npm != 'true' }}
67-
run: npm publish --provenance --access public
67+
run: npm publish --provenance --access public --ignore-scripts
6868

6969
- name: Prepare database release artifacts
7070
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prepublishOnly": "npm run build:prod",
3737
"release:auto": "semantic-release",
3838
"release": "npm run build:prod && npm version",
39-
"validate": "npm run typecheck && npm run lint && npm run test && npm run build",
39+
"validate": "npm run typecheck && npm run lint && npm run test",
4040
"db:manifest": "npx tsx scripts/generate-db-manifest.ts"
4141
},
4242
"keywords": [

0 commit comments

Comments
 (0)