From 9a8a72c3fdc4188f97b62d0f2fe8af8d9ff94d13 Mon Sep 17 00:00:00 2001 From: adueck Date: Wed, 21 Aug 2024 16:55:47 -0400 Subject: [PATCH] fixing CI --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b8dbf1c..87c17de 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - command = "yarn install-all && yarn test --runInBand --no-cache && yarn build-website" + command = "npm install-all && npm get-words && npm test --runInBand --no-cache && npm build-website" publish = "dist/"