npm.io
0.0.2 • Published 3 years ago

@aacc/prettier-config

Licence
MIT
Version
0.0.2
Deps
0
Size
2 kB
Vulns
0
Weekly
0
Stars
12

aacc

Casa for my packages, projects, and experiments.

Getting started

  • Install dependencies and symlink apps/*, packages/*, hooks/*, etc.
npm i

Note: Re-run the above command if you add or remove internal dependencies to ensure all symlinks are up to date.

  • Build all projects
npm run build
  • Build a specific project
npm run build -- --filter=<package-json-name>

See the Turborepo docs for more info on the --filter syntax

Local development

Run the dev script to start a project and all it's dependencies in watch mode.

npm run dev -- --filter=@aacc/test-app...