# yarn
yarn
# npm
npm install
# pnpm
pnpm install
# yarn
yarn dev
# npm
npm run dev
# pnpm
pnpm dev
# lint
yarn lint
# lint and fix fixable problems
yarn lint:fix
# lint (without fixing problems) and output JSON report
yarn lint:ci
# yarn
yarn build
# npm
npm run build
# pnpm
pnpm build