Skip to content

Commit

Permalink
React to template changes (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Nov 3, 2022
1 parent 73471d0 commit 7c60683
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ extends:
npmPackages:
- name: vscode-uri

buildPlatforms:
- name: Linux
nodeVersions:
- 16.x

buildSteps:
- script: yarn --frozen-lockfile
displayName: Install dependencies
Expand All @@ -41,7 +36,18 @@ extends:
- script: yarn pack-production
displayName: Webpack for prod

testPlatforms:
- name: Linux
nodeVersions:
- 16.x

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

- script: yarn compile
displayName: Compile npm package

- bash: |
/usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
echo ">>> Started xvfb"
Expand Down

0 comments on commit 7c60683

Please sign in to comment.