We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad07df commit e925548Copy full SHA for e925548
2 files changed
.github/workflows/release.yml
@@ -64,7 +64,7 @@ jobs:
64
65
- name: Publish to npm
66
if: ${{ github.event.inputs.skip_npm != 'true' }}
67
- run: npm publish --provenance --access public
+ run: npm publish --provenance --access public --ignore-scripts
68
69
- name: Prepare database release artifacts
70
run: |
package.json
@@ -36,7 +36,7 @@
36
"prepublishOnly": "npm run build:prod",
37
"release:auto": "semantic-release",
38
"release": "npm run build:prod && npm version",
39
- "validate": "npm run typecheck && npm run lint && npm run test && npm run build",
+ "validate": "npm run typecheck && npm run lint && npm run test",
40
"db:manifest": "npx tsx scripts/generate-db-manifest.ts"
41
},
42
"keywords": [
0 commit comments