Skip to content
Snippets Groups Projects
Commit cd48af19 authored by Daniel Dehennin's avatar Daniel Dehennin
Browse files

build(husky): update command that disable husky if ci running

parent 15190b6c
No related branches found
No related tags found
No related merge requests found
Pipeline #18583 failed
#!/bin/sh
# ...
[ -z "$CI" ] || exit 0
. "$(dirname "$0")/_/husky.sh"
cd app
npm run lint ./
npx jscpd
\ No newline at end of file
npx jscpd
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment