Skip to content

Instantly share code, notes, and snippets.

@alirezabonab
Created January 3, 2021 20:28
Show Gist options
  • Save alirezabonab/3247e878e4bcbd1b36d033aed758dd83 to your computer and use it in GitHub Desktop.
Save alirezabonab/3247e878e4bcbd1b36d033aed758dd83 to your computer and use it in GitHub Desktop.
build:
<<: *defaults
steps:
- attach_workspace:
at: ~/repo
- run: npm run build
- persist_to_workspace:
root: ~/repo
paths:
- .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment