Skip to content

Commit 633a9d5

Browse files
committed
trying new npm statements
1 parent 1acc4a5 commit 633a9d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ steps:
3838

3939
- bash: |
4040
echo ">>> Compile vscode-test"
41-
npm && npm run compile
41+
npm install && npm run compile
4242
echo ">>> Pointing to tests directory"
4343
cd ./build/src/test/runTest.js
4444
echo ">>> Run sample integration test"
45-
npm && npm run compile && run npm tests
45+
npm install && npm run compile && npm tests
4646
displayName: Run Tests
4747
env:
4848
DISPLAY: ':99.0'

0 commit comments

Comments
 (0)