Skip to content

Commit ce78882

Browse files
authored
chore: delete root yarn.lock file (#21)
1 parent 38e2e12 commit ce78882

File tree

2 files changed

+4
-30141
lines changed

2 files changed

+4
-30141
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ docker push us-central1-docker.pkg.dev/gorgias-revenue-production/container-imag
3737
3. Update the final target `FROM` to match the new tag version you wish to use, so that our image is based on the official image. You may wish to leave out package install steps since they'll already be in the image.
3838
4. Also update the `TAG` variable in the `cube/.github/workflows/image-build.yaml` file to match the new tag version you wish to use.
3939
5. Update the README version tags as well above.
40-
6. Delete unused directories such as `examples/`, `docs/`, or `packages/` to avoid Dependabot alerts
40+
6. Delete unused directories such as `examples/`, `docs/`, or `packages/` to avoid Dependabot alerts:
41+
```sh
42+
git rm -r docs/ examples/ packages/ rust/cubenativeutils/ rust/cubesql/ rust/cubesqlplanner/ yarn.lock
43+
```
4144

4245
-----
4346

0 commit comments

Comments
 (0)