Skip to content

Commit 97402fa

Browse files
committed
2 parents 580c69c + 5a8c9b8 commit 97402fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
fs.writeFileSync('package.json', JSON.stringify(pkg, null, 2));
9090
"
9191
92-
npm install --ignore-scripts --legacy-peer-deps --include=dev
92+
npm install --workspaces=false --ignore-scripts --legacy-peer-deps --include=dev
9393
9494
has_build=$(node -e "const p=require('./package.json'); console.log(!!(p.scripts && p.scripts.build))")
9595
if [ "$has_build" = "true" ]; then

0 commit comments

Comments
 (0)