Skip to content

Commit

Permalink
Add NPM release pipeline and npm audit fix (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwateratmsft authored Oct 19, 2023
1 parent c049ff9 commit ac0d4e9
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 59 deletions.
25 changes: 25 additions & 0 deletions .azure-pipelines/release-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
trigger: none # Disable the branch trigger
pr: none # Disable PR trigger

# Choose a package to publish at the time of job creation
parameters:
- name: PackageToPublish
displayName: Package to Publish
type: string
default: microsoft-compose-language-service

# Grab the base templates from https://github.com/microsoft/vscode-azuretools/tree/main/azure-pipelines
resources:
repositories:
- repository: templates
type: github
name: microsoft/vscode-azuretools
ref: main
endpoint: GitHub

# Use those base templates
extends:
template: azure-pipelines/release-npm.yml@templates
parameters:
PackageToPublish: ${{ parameters.PackageToPublish }}
PipelineDefinition: 38
53 changes: 0 additions & 53 deletions .github/workflows/npm-publish.yml

This file was deleted.

12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ac0d4e9

Please sign in to comment.