panel-install-fix
Some checks failed
Deploy on push / deploy (push) Failing after 32s

This commit is contained in:
2025-09-27 13:08:57 +03:00
parent 0f6cc61286
commit 97cb0f999c
4 changed files with 15 additions and 187 deletions

View File

@@ -5,14 +5,12 @@
"description": "Publy, a modern platform for collaborative text creation, offers a user-friendly interface for authors, editors, and readers, supporting real-time collaboration and structured feedback.",
"scripts": {
"dev": "vite",
"prebuild": "node scripts/check-graphql-server.js",
"build": "npm run codegen:all && vite build",
"build": "npm run codegen && vite build",
"serve": "vite preview",
"lint": "biome check . --fix",
"format": "biome format . --write",
"typecheck": "tsc --noEmit",
"codegen": "graphql-codegen --config codegen.ts",
"codegen:all": "npm run codegen"
"codegen": "graphql-codegen --config codegen.ts"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
@@ -38,4 +36,4 @@
"overrides": {
"vite": "^7.1.7"
}
}
}