Renames calendso to web (#1795)
parent
e5ec9357a9
commit
8d3f0bf38e
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "@calcom/calendso",
|
||||
"name": "@calcom/web",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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": []
|
||||
|
|
Loading…
Reference in New Issue