Files
stacks.js/lerna.json
Reed Rosenbluth cfabdf8a48 v3.2.0
2022-02-02 10:06:54 -05:00

20 lines
297 B
JSON

{
"version": "3.2.0",
"registry": "https://registry.npmjs.org/",
"publishConfig": {
"access": "public"
},
"packages": [
"packages/*"
],
"command": {
"bootstrap": {
"forceLocal": true,
"hoist": true,
"npmClientArgs": [
"--ci"
]
}
}
}