Fix typo in checkmate

This commit is contained in:
Ayaz Hafiz 2023-08-01 23:59:02 -05:00
parent cf71176bc5
commit d701eb8e30
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -13,7 +13,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "build:codegen && react-scripts build",
"build": "npm run build:codegen && react-scripts build",
"build:codegen": "node ./scripts/gen_schema_dts.js",
"check": "tsc",
"lint": "eslint src/ scripts/",