@procore/core-scripts
Version:
A CLI to enhance your development experience
44 lines (28 loc) • 970 B
Markdown
# `core-scripts lib`
library commands
- [`core-scripts lib:build`](#core-scripts-libbuild)
- [`core-scripts lib:clean`](#core-scripts-libclean)
- [`core-scripts lib:start`](#core-scripts-libstart)
## `core-scripts lib:build`
Compiles the library in production mode.
```
USAGE
$ core-scripts lib:build
OPTIONS
--analyze Run webpack bundle analyzer.
```
_See code: [dist/commands/lib/build.js](https://github.com/procore/frontend-tooling/blob/v11.3.1/dist/commands/lib/build.js)_
## `core-scripts lib:clean`
Cleans the distribution folder (/dist).
```
USAGE
$ core-scripts lib:clean
```
_See code: [dist/commands/lib/clean.js](https://github.com/procore/frontend-tooling/blob/v11.3.1/dist/commands/lib/clean.js)_
## `core-scripts lib:start`
Compiles the library in development mode.
```
USAGE
$ core-scripts lib:start
```
_See code: [dist/commands/lib/start.js](https://github.com/procore/frontend-tooling/blob/v11.3.1/dist/commands/lib/start.js)_