Renames calendso to web (#1795)

This commit is contained in:
Omar López
2022-02-10 16:11:40 -07:00
committed by GitHub
parent e5ec9357a9
commit 8d3f0bf38e
3 changed files with 6 additions and 5 deletions

View File

@@ -16,6 +16,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"lint": "turbo run lint",
"prepare": "husky install",
"prisma": "yarn prisma",
"start": "turbo run start",
"test": "turbo run test",
"test-playwright": "yarn playwright test -c apps/web/playwright.config.ts",