Skip to content

Commit

Permalink
chore: ignore-scripts when installing docs deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lukekarrys authored and wraithgar committed Nov 2, 2022
1 parent a90ed81 commit c88c53b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish.js
Expand Up @@ -85,7 +85,7 @@ const main = async (opts) => {
}

await npm('prune', '--omit=dev', '--no-save', '--no-audit', '--no-fund')
await npm('install', '-w', 'docs')
await npm('install', '-w', 'docs', '--ignore-scripts', '--no-audit', '--no-fund')
await git.dirty()

for (const p of publishes) {
Expand Down

0 comments on commit c88c53b

Please sign in to comment.