Skip to content

Instantly share code, notes, and snippets.

@kwiss
Created February 29, 2020 14:08
Show Gist options
  • Save kwiss/c8abe4bbbf1aa3e974c424e091a2e1ee to your computer and use it in GitHub Desktop.
Save kwiss/c8abe4bbbf1aa3e974c424e091a2e1ee to your computer and use it in GitHub Desktop.
Install app:
extends: .base_yarn_workspace_install
variables:
CONTEXT: app
before_script:
- find packages -maxdepth 1 -type d -not -name app | tail -n +2 | xargs rm -rf
artifacts:
expire_in: 1 day
paths:
- node_modules
- packages/app/node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment