fixing CI

This commit is contained in:
adueck 2024-08-21 16:55:47 -04:00
parent 89969812b2
commit 9a8a72c3fd
1 changed files with 1 additions and 1 deletions

View File

@ -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/"