Skip to content

Commit c88c53b

Browse files
lukekarryswraithgar
authored andcommitted
chore: ignore-scripts when installing docs deps
1 parent a90ed81 commit c88c53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const main = async (opts) => {
8585
}
8686

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

9191
for (const p of publishes) {

0 commit comments

Comments
 (0)