mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +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": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"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",
|
"build:codegen": "node ./scripts/gen_schema_dts.js",
|
||||||
"check": "tsc",
|
"check": "tsc",
|
||||||
"lint": "eslint src/ scripts/",
|
"lint": "eslint src/ scripts/",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue