mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-02 19:32:17 +00:00
Fix typo in checkmate
This commit is contained in:
parent
cf71176bc5
commit
d701eb8e30
1 changed files with 1 additions and 1 deletions
|
@ -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/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue