mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Use lerna.json for command config.
This commit is contained in:
parent
465468a1d4
commit
d342c83ca4
2 changed files with 7 additions and 3 deletions
|
|
@ -1,8 +1,12 @@
|
|||
{
|
||||
"lerna": "2.11.0",
|
||||
"version": "independent",
|
||||
"packages": [
|
||||
"packages/*",
|
||||
"packages/@uppy/*"
|
||||
],
|
||||
"version": "independent"
|
||||
"command": {
|
||||
"bootstrap": {
|
||||
"hoist": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -127,7 +127,7 @@
|
|||
"web:update:frontpage:code:sample": "cd website && ./node_modules/.bin/hexo generate && cp -f public/frontpage-code-sample.html ./themes/uppy/layout/partials/frontpage-code-sample.html",
|
||||
"web": "npm-run-all web:clean web:build",
|
||||
"uploadcdn": "bin/upload-to-cdn.sh",
|
||||
"bootstrap": "lerna bootstrap --hoist",
|
||||
"bootstrap": "lerna bootstrap",
|
||||
"contributors": "githubcontrib --owner transloadit --repo uppy --cols 6 $([ \"${GITHUB_TOKEN:-}\" == \"\" ] && echo \"\" || echo \"--authToken ${GITHUB_TOKEN}\") --showlogin true --sortOrder desc",
|
||||
"contributors:save": "replace-x -m '<!--contributors-->[\\s\\S]+<!--/contributors-->' \"<!--contributors-->\n## Contributors\n\n$(npm run --silent contributors)\n<!--/contributors-->\" README.md"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue