You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"all:lint:fix": "npm run backend:lint:fix && npm run backend_auth:lint:fix && npm run frontend_auth:lint:fix && npm run reactlib:lint:fix && npm run typeslib:lint:fix",
5
+
"all:lint:check": "npm run backend:lint:check && npm run backend_auth:lint:check && npm run frontend_auth:lint:check && npm run reactlib:lint:check && npm run typeslib:lint:check",
6
+
"backend:lint:fix": "npm run lint:fix --workspace sites/express-backend",
7
+
"backend:lint:check": "npm run lint:check --workspace sites/express-backend",
8
+
"backend_auth:lint:fix": "npm run lint:fix --workspace sites/react-backend-auth",
9
+
"backend_auth:lint:check": "npm run lint:check --workspace sites/react-backend-auth",
10
+
"frontend_auth:lint:fix": "npm run lint:fix --workspace sites/react-frontend-auth",
11
+
"frontend_auth:lint:check": "npm run lint:check --workspace sites/react-frontend-auth",
12
+
"reactlib:lint:fix": "npm run lint:fix --workspace packages/google-analytics-embed-react",
13
+
"reactlib:lint:check": "npm run lint:check --workspace packages/google-analytics-embed-react",
14
+
"typeslib:lint:fix": "npm run lint:fix --workspace packages/google-analytics-embed-types",
15
+
"typeslib:lint:check": "npm run lint:check --workspace packages/google-analytics-embed-types",
16
+
"all:prettier:fix": "npm run backend:prettier:fix && npm run backend_auth:prettier:fix && npm run frontend_auth:prettier:fix && npm run reactlib:prettier:fix && npm run typeslib:prettier:fix",
17
+
"all:prettier:check": "npm run backend:prettier:check && npm run backend_auth:prettier:check && npm run frontend_auth:prettier:check && npm run reactlib:prettier:check && npm run typeslib:prettier:check",
18
+
"backend:prettier:fix": "npm run prettier:fix --workspace sites/express-backend",
19
+
"backend:prettier:check": "npm run prettier:check --workspace sites/express-backend",
20
+
"backend_auth:prettier:fix": "npm run prettier:fix --workspace sites/react-backend-auth",
21
+
"backend_auth:prettier:check": "npm run prettier:check --workspace sites/react-backend-auth",
22
+
"frontend_auth:prettier:fix": "npm run prettier:fix --workspace sites/react-frontend-auth",
23
+
"frontend_auth:prettier:check": "npm run prettier:check --workspace sites/react-frontend-auth",
24
+
"reactlib:prettier:fix": "npm run prettier:fix --workspace packages/google-analytics-embed-react",
25
+
"reactlib:prettier:check": "npm run prettier:check --workspace packages/google-analytics-embed-react",
26
+
"typeslib:prettier:fix": "npm run prettier:fix --workspace packages/google-analytics-embed-types",
27
+
"typeslib:prettier:check": "npm run prettier:check --workspace packages/google-analytics-embed-types",
28
+
"backend:start": "npm run start --workspace sites/express-backend",
29
+
"backend_auth:start": "npm run start --workspace sites/react-backend-auth",
30
+
"backend_auth:build": "npm run build --workspace sites/react-backend-auth",
31
+
"frontend_auth:start": "npm run start --workspace sites/react-frontend-auth",
32
+
"frontend_auth:build": "npm run build --workspace sites/react-frontend-auth",
33
+
"reactlib:build": "npm run build --workspace packages/google-analytics-embed-react"
0 commit comments