Skip to content

Instantly share code, notes, and snippets.

@nem035
Last active November 26, 2018 20:17
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 nem035/40ac3367bf4dd196434aa79f5da22868 to your computer and use it in GitHub Desktop.
Save nem035/40ac3367bf4dd196434aa79f5da22868 to your computer and use it in GitHub Desktop.
install:
steps:
- checkout
- run:
name: NPM Install
command: npm install
- persist_to_workspace:
root: ~/my-workspace-path
paths: ./node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment