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