Skip to content

Commit

Permalink
Add packageManager to submodules (#15318)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Aug 28, 2023
1 parent 66c7fea commit f986dc5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion scripts/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
},
"engines": {
"node": ">=18"
}
},
"packageManager": "yarn@3.6.3"
}
3 changes: 2 additions & 1 deletion scripts/tools/bundle-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
},
"scripts": {
"test": "node ./index.js"
}
},
"packageManager": "yarn@3.6.3"
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
"scripts": {
"test": "node test.js",
"test-coverage": "npx nyc node test.js"
}
},
"packageManager": "yarn@3.6.3"
}
3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"rimraf": "5.0.1",
"webpack": "5.88.1",
"webpack-cli": "5.1.4"
}
},
"packageManager": "yarn@3.6.3"
}

0 comments on commit f986dc5

Please sign in to comment.