Skip to content

Commit

Permalink
Removed pnpm build
Browse files Browse the repository at this point in the history
  • Loading branch information
samithaf committed Jun 4, 2024
1 parent 5fef043 commit 790c9a9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pool:
vmImage: ubuntu-latest

variables:
group: "GEL"
group: GEL
pnpm_config_cache: $(Pipeline.Workspace)/.pnpm-store

steps:
Expand All @@ -32,8 +32,7 @@ steps:

- script: |
pnpm install
pnpm run build
displayName: "pnpm install and build"
displayName: "pnpm install"
- task: CmdLine@2
displayName: "Snyk scan"
inputs:
Expand Down

0 comments on commit 790c9a9

Please sign in to comment.