mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45: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
|
## Typecheck
|
||||||
|
|
||||||
```sh
|
```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
|
deno check --unstable --import-map=$SRCROOT/import-map.json $x
|
||||||
done
|
done
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue