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
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2
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

View file

@ -40,5 +40,5 @@ export default async function handler() {
}
export const config = {
runtime: 'experimental-edge',
runtime: 'edge',
};

View file

@ -166,5 +166,5 @@ export default async function handler(req: NextRequest) {
}
export const config = {
runtime: 'experimental-edge',
runtime: 'edge',
};