ci: make sure to run build command top-level

This commit is contained in:
iCrawl
2023-01-12 11:15:23 +01:00
parent 4cedc21dbb
commit 38e115b908
3 changed files with 3 additions and 3 deletions

View File

@@ -45,7 +45,7 @@ jobs:
run: yarn workspace @discordjs/docgen run build
- name: Build packages
run: yarn build
run: yarn run --top-level build
- name: Build website
run: yarn workspace @discordjs/website run build:local