Skip to content

Commit

Permalink
chore: use yarn in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed May 13, 2023
1 parent 9f29a60 commit 75bd7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint:fix": "prettier --print-width=100 --write '**/*.js'",
"start": "mkdir -p .tmp && node bin/merge-origins-with-entities.js && node bin/create-markdown.js",
"start:update-ha-data": "node ./bin/automated-update.js",
"test": "npm run build && npm run test:unit",
"test": "yarn build && yarn test:unit",
"test:unit": "jest 'lib/*'",
"semantic-release": "semantic-release"
},
Expand Down

1 comment on commit 75bd7f5

@vercel
Copy link

@vercel vercel bot commented on 75bd7f5 May 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.