Skip to content

Instantly share code, notes, and snippets.

@fabripautasso
Created October 5, 2019 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabripautasso/1922435d868fe13fb9fa95f408bca803 to your computer and use it in GitHub Desktop.
Save fabripautasso/1922435d868fe13fb9fa95f408bca803 to your computer and use it in GitHub Desktop.
build:
docker:
- image: circleci/node:10.10.0-stretch-browsers-legacy
working_directory: ~/repo
steps:
- checkout
- attach_workspace:
at: ~/repo
- run:
name: Build
command: npm run build
- persist_to_workspace:
root: .
paths:
- .next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment