Browse Source

Update package.json

main
Steve Ruiz 4 years ago
parent
commit
cfca63dc8e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      packages/core/package.json

+ 2
- 2
packages/core/package.json View File

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

Loading…
Cancel
Save