Run scripts
Run scripts are scripts that are defined in the scripts
section of package.json
.
They are named because you can run them with:
Terminal
npm run script-name
The following run scripts are defined in the Morio monorepo:
- build
- build:api
- build:core
- build:dbuilder
- build:dev
- build:moriod-repo-deb
- build:prod
- build:ui
- cdp
- check
- check-docs-page
- ci:build.api
- ci:build.core
- ci:build.dbuilder
- ci:build.morio.aws.debian-12
- ci:build.moriod.deb
- ci:build.moriod.rpm
- ci:build.ui
- ci:eslint
- ci:lint-api-spec
- ci:postbuild.morio.aws
- ci:prettier
- ci:spellcheck
- destroy
- dev
- docker:build.moriod.deb
- docker:build.moriod.rpm
- get
- help
- kickstart
- lint
- lint:api-spec
- logs:api
- logs:core
- packer:build
- packer:build.aws.debian-12
- packer:fmt
- packer:init
- prebuild
- predev
- prettier
- print:cli.js
- print:cli.sh
- pull-oci
- reconfigure
- redev
- rev
- reversion
- spellcheck
- subscribe
- test
- test:api
- test:core