Update nextjs-bundle-analysis.yml
parent
26a57a71ae
commit
05ad437b27
|
@ -82,7 +82,7 @@ jobs:
|
|||
|
||||
- name: Build next.js app
|
||||
# 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
|
||||
# This step pulls the raw bundle stats for the current bundle
|
||||
|
|
Loading…
Reference in New Issue