mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
ci: make sure to run build command top-level
This commit is contained in:
2
.github/workflows/nextjs-bundle-analysis.yml
vendored
2
.github/workflows/nextjs-bundle-analysis.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
|||||||
run: yarn workspace @discordjs/docgen run build
|
run: yarn workspace @discordjs/docgen run build
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
run: yarn build
|
run: yarn run --top-level build
|
||||||
|
|
||||||
- name: Build website
|
- name: Build website
|
||||||
run: yarn workspace @discordjs/website run build:local
|
run: yarn workspace @discordjs/website run build:local
|
||||||
|
|||||||
@@ -40,5 +40,5 @@ export default async function handler() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
runtime: 'experimental-edge',
|
runtime: 'edge',
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -166,5 +166,5 @@ export default async function handler(req: NextRequest) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const config = {
|
export const config = {
|
||||||
runtime: 'experimental-edge',
|
runtime: 'edge',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user