Skip to content

Commit

Permalink
chore: assume yarn in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Example User committed Sep 25, 2018
1 parent c3764c8 commit 1546df4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jobs/build.yml
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- script: git config --global user.email "example@example.com"
- script: git config --global user.name "Example Git User"
- script: npm install -g yarn
- script: npm install
- script: npm run build
- script: npm test
Expand Down

0 comments on commit 1546df4

Please sign in to comment.