UNPKG

@tributelabs/dao-focus

Version:
38 lines (23 loc) 488 B
# @tributelabs/dao-focus DAO Discord Activity ## Building for production Output will be written to `packages/dao-focus/dist`. **From the directory `packages/dao-focus`:** ``` npm run build ``` **From the project root:** ``` npm run build -w @tributelabs/dao-focus ``` ## Running Tests Locally ### Single run **From the project root:** ``` npm test -- packages/dao-focus ``` ### Watch on files change **From the project root:** ``` npm run test:dev -- packages/dao-focus ```