@@ -48,6 +48,7 @@ bin/probod: pkg/api/console/v1/schema/schema.go pkg/api/console/v1/types/types.g
|
|||||||
.PHONY: @probo/console
|
.PHONY: @probo/console
|
||||||
@probo/console: NODE_ENV=production
|
@probo/console: NODE_ENV=production
|
||||||
@probo/console:
|
@probo/console:
|
||||||
|
$(NPM) --workspace $@ run typecheck
|
||||||
$(NPM) --workspace $@ run build
|
$(NPM) --workspace $@ run build
|
||||||
|
|
||||||
pkg/api/console/v1/schema/schema.go \
|
pkg/api/console/v1/schema/schema.go \
|
||||||
|
|||||||
@@ -7,7 +7,8 @@
|
|||||||
"build": "npx node --env-file .env.production scripts/esbuild.mjs",
|
"build": "npx node --env-file .env.production scripts/esbuild.mjs",
|
||||||
"relay": "npx relay-compiler --output quiet-with-errors",
|
"relay": "npx relay-compiler --output quiet-with-errors",
|
||||||
"relay:watch": "npx relay-compiler --output quiet-with-errors --watch",
|
"relay:watch": "npx relay-compiler --output quiet-with-errors --watch",
|
||||||
"lint": "eslint src --ext .ts,.tsx"
|
"lint": "eslint src --ext .ts,.tsx",
|
||||||
|
"typecheck": "tsc --noEmit"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-avatar": "^1.1.3",
|
"@radix-ui/react-avatar": "^1.1.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user