Renames calendso to web (#1795)

pull/1798/head
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", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {

View File

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

View File

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