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/1af21e512dc77758ea3de040869c712e to your computer and use it in GitHub Desktop.
Save princefishthrower/1af21e512dc77758ea3de040869c712e to your computer and use it in GitHub Desktop.
pipelines:
branches:
master:
- step:
name: Install npm modules with npm install and build production site via tsc
script:
- npm install
- npm run build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment