Update nextjs-bundle-analysis.yml

pull/6971/head
zomars 2023-02-13 15:01:23 -07:00
parent 26a57a71ae
commit 05ad437b27
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ jobs:
- name: Build next.js app - name: Build next.js app
# change this if your site requires a custom build command # change this if your site requires a custom build command
run: yarn db-seed && yarn build run: cd ../.. && yarn db-seed && yarn build
# Here's the first place where next-bundle-analysis' own script is used # Here's the first place where next-bundle-analysis' own script is used
# This step pulls the raw bundle stats for the current bundle # This step pulls the raw bundle stats for the current bundle