mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
update script specification in README
This commit is contained in:
parent
2607432abe
commit
39d83c6fc8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ scripts/ls.ts | scripts/sort.ts | scripts/build.ts
|
|||
## Typecheck
|
||||
|
||||
```sh
|
||||
for x in scripts/*.ts src/app.ts; do
|
||||
for x in $(find scripts -name '*.ts'); do
|
||||
deno check --unstable --import-map=$SRCROOT/import-map.json $x
|
||||
done
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue