Skip to content

Instantly share code, notes, and snippets.

@princefishthrower
Created February 1, 2021 12:38
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 princefishthrower/72833f8b26d8e0a3c8b30f2f53100293 to your computer and use it in GitHub Desktop.
Save princefishthrower/72833f8b26d8e0a3c8b30f2f53100293 to your computer and use it in GitHub Desktop.
pipelines:
branches:
master:
- step:
name: Install npm modules with npm install and build production site with npm run build
script:
- npm install
- npm run build
artifacts:
- node_modules/**
- dist/**
- index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment