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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"name": "@calcom/calendso",
"name": "@calcom/web",
"version": "1.0.0",
"private": true,
"scripts": {

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",

View File

@ -2,9 +2,9 @@
"baseBranch": "origin/main",
"globalDependencies": [".env"],
"pipeline": {
"@calcom/calendso#db-deploy": {},
"@calcom/calendso#db-seed": {
"dependsOn": ["@calcom/calendso#db-deploy"]
"@calcom/web#db-deploy": {},
"@calcom/web#db-seed": {
"dependsOn": ["@calcom/web#db-deploy"]
},
"build": {
"dependsOn": ["^build"],
@ -28,7 +28,7 @@
},
"start": {},
"test": {
"dependsOn": ["@calcom/calendso#build", "@calcom/calendso#db-seed"]
"dependsOn": ["@calcom/web#build", "@calcom/web#db-seed"]
},
"type-check": {
"outputs": []