From 75bd7f573b83bf55912e26f792b0b8916d63090d Mon Sep 17 00:00:00 2001 From: Patrick Hulce Date: Sat, 13 May 2023 14:48:01 -0500 Subject: [PATCH] chore: use yarn in CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 65885e6..9395c91 100644 --- a/package.json +++ b/package.json @@ -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" },