|
|
@@ -19,7 +19,7 @@
|
|
19
|
19
|
"start:pre": "node scripts/pre-dev && yarn types:pre",
|
|
20
|
20
|
"start": "node scripts/dev & yarn types:dev",
|
|
21
|
21
|
"build": "yarn clean && node scripts/build && yarn types:build",
|
|
22
|
|
- "types:pre": "tsc ",
|
|
|
22
|
+ "types:pre": "tsc",
|
|
23
|
23
|
"types:dev": "tsc --watch ",
|
|
24
|
24
|
"types:build": "tsc --project tsconfig.build.json",
|
|
25
|
25
|
"lint": "eslint src/ --ext .ts,.tsx",
|
|
|
@@ -56,4 +56,4 @@
|
|
56
|
56
|
"react-use-gesture": "^9.1.3"
|
|
57
|
57
|
},
|
|
58
|
58
|
"gitHead": "838fabdbff1a66d4d7ee8aa5c5d117bc55acbff2"
|
|
59
|
|
-}
|
|
|
59
|
+}
|