mirror of
https://github.com/mudita/mudita-center.git
synced 2025-12-23 22:28:03 -05:00
28 lines
590 B
Markdown
28 lines
590 B
Markdown
# Scripts manual
|
|
|
|
## About
|
|
|
|
This document explains different scripts available in the `package.json`.
|
|
It's split by the package and the root repo.
|
|
|
|
## Projects
|
|
|
|
### Root
|
|
|
|
#### setup
|
|
|
|
Used to set up the project locally. Does both `npm install` and `lerna bootstrap` for you.
|
|
When you start the project, it's the call you want to run.
|
|
|
|
#### boostrap:local
|
|
|
|
Bootstraps the packages locally for use with Lerna. It's the dev time task only.
|
|
|
|
#### bootstrap:ci
|
|
|
|
The CI bootstrap routine. USed for GitHub workflows.
|
|
|
|
#### bootstrap:netlify
|
|
|
|
The Netlify bootstrap routine. Only for Netlify's need.
|