Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bradduy
/
edtechdemo
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
6efad45
edtechdemo
/
.husky
/
pre-commit
Hoang Nguyen
init app
f75d7fa
about 1 month ago
raw
Copy download link
history
blame
Safe
147 Bytes
#!/bin/sh
# Disable concurrent to run `check-types` after ESLint in lint-staged
cd
"
$(dirname
"
$0
"
)
/.."
&& npx --no lint-staged --concurrent
false