We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90ed81 commit c88c53bCopy full SHA for c88c53b
scripts/publish.js
@@ -85,7 +85,7 @@ const main = async (opts) => {
85
}
86
87
await npm('prune', '--omit=dev', '--no-save', '--no-audit', '--no-fund')
88
- await npm('install', '-w', 'docs')
+ await npm('install', '-w', 'docs', '--ignore-scripts', '--no-audit', '--no-fund')
89
await git.dirty()
90
91
for (const p of publishes) {
0 commit comments