mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 11:28:47 +08:00
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
cd client
|
|
npx --no-install lint-staged --config "./configuration/lint-staged/lint-staged.config.js" |