Add new permissions handling for custom domain page
Signed-off-by: Émile Ré <nemile.re@gmail.com>
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"relay": "find src -type d -name \"__generated__\" -exec rm -rf {} + && npx relay-compiler",
|
||||
"relay-clean": "find src -type d -name \"__generated__\" -exec rm -rf {} +",
|
||||
"relay-compile": "npx relay-compiler",
|
||||
"relay": "npm run relay-clean && npm run relay-compile",
|
||||
"build": "tsc -b && vite build",
|
||||
"lint": "eslint .",
|
||||
"check": "tsc --noEmit -p tsconfig.app.json",
|
||||
|
||||
Reference in New Issue
Block a user