* Simplify CI for shared-components Now that we use pnpm which understands monorepos we can skip manually installing shared-components in CI Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix docs workflow not being able to find pnpm version Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix storybook workflow not seeing lockfile and using wrong package manager Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix dockerbuild Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
14 lines
324 B
Plaintext
14 lines
324 B
Plaintext
# Exclude a bunch of stuff which can make the build context a larger than it needs to be
|
|
test/
|
|
webapp/
|
|
lib/
|
|
node_modules/
|
|
karma-reports/
|
|
.idea/
|
|
.tmp/
|
|
config.json*
|
|
.link-config
|
|
# Exclude the playwright directory as much as we can as the snapshots are huge and we bind mount it in
|
|
playwright/
|
|
!playwright/docker-entrypoint.sh
|