aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 42b9b5e..6cad5f8 100644
--- a/package.json
+++ b/package.json
@@ -33,6 +33,7 @@
33 "lint:only": "yarn lint:eslint . --ext .cjs,.js,.jsx,.ts,.tsx", 33 "lint:only": "yarn lint:eslint . --ext .cjs,.js,.jsx,.ts,.tsx",
34 "lint:precommit": "yarn types && yarn lint:eslint --fix", 34 "lint:precommit": "yarn types && yarn lint:eslint --fix",
35 "lint:eslint": "cross-env NODE_OPTIONS=\"--max-old-space-size=16384\" eslint", 35 "lint:eslint": "cross-env NODE_OPTIONS=\"--max-old-space-size=16384\" eslint",
36 "lint:staged": "nano-staged",
36 "typecheck": "yarn types && yarn typecheck:ci", 37 "typecheck": "yarn types && yarn typecheck:ci",
37 "typecheck:ci": "yarn workspaces foreach -vp run typecheck:workspace", 38 "typecheck:ci": "yarn workspaces foreach -vp run typecheck:workspace",
38 "typecheck:workspace": "yarn g:typecheck", 39 "typecheck:workspace": "yarn g:typecheck",