Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Set up CI with Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] committed Sep 24, 2018
1 parent dcfc51c commit 5219e4e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions azure-pipelines.yml
@@ -0,0 +1,17 @@
# Node.js
# Build a general Node.js application with npm.
# Add steps that analyze code, save build artifacts, deploy, and more:
# https://docs.microsoft.com/vsts/pipelines/languages/javascript

pool:
vmImage: 'Hosted MacOS Preview'

steps:
- task: NodeTool@0
inputs:
versionSpec: '9.x'
- script: |
npm install
npm run package-ci
displayName: 'Install dependencies and run packager'

0 comments on commit 5219e4e

Please sign in to comment.