Commit 1bf6120
committed
fix: husky
- changed the `npm run prepare` command to make the ci/cd pipeline pass (husky is a dev dependency so it is not installed during the `RUN npm ci --omit=dev` command of the `Dockerfile` of the api. But the ci command also runs the `npm run prepare` script that needs husky. We now use `husky || true` to make it pass during that build)1 parent 99f52c0 commit 1bf6120
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments