Package Exports
- @tributelabs/portfolio
Readme
@tributelabs/portfolio
List of public DAO investments.
Building for production
Output will be written to packages/portfolio/dist.
From the directory packages/portfolio:
npm run buildFrom the project root:
npm run build -w @tributelabs/portfolioRunning Tests Locally
Single run
From the project root:
npm test -- packages/portfolioWatch on files change
From the project root:
npm run test:dev -- packages/portfolio