Update package.json

pull/74/head^2
Steve Ruiz 2021-09-05 11:14:46 +01:00
rodzic 6af6825c25
commit cfca63dc8e
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

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