Skip to content

Commit

Permalink
React to template changes (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Nov 3, 2022
1 parent 5abbabc commit f97dec8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions build/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,14 @@ extends:
npmPackages:
- name: emmet-helper

buildPlatforms:
buildSteps:
- script: yarn --frozen-lockfile
displayName: Install dependencies

- script: yarn compile
displayName: Compile npm package

testPlatforms:
- name: Linux
nodeVersions:
- 16.x
Expand All @@ -37,14 +44,13 @@ extends:
nodeVersions:
- 16.x

buildSteps:
testSteps:
- script: yarn --frozen-lockfile
displayName: Install dependencies

- script: yarn compile
displayName: Compile npm package

testSteps:
- script: yarn test
displayName: Test npm package

Expand Down

0 comments on commit f97dec8

Please # to comment.