Update nextjs-bundle-analysis.yml
parent
fbf8ff6db7
commit
34a10205a3
|
@ -78,7 +78,7 @@ jobs:
|
|||
|
||||
- name: Build next.js app
|
||||
# change this if your site requires a custom build command
|
||||
run: ./node_modules/.bin/next build
|
||||
run: 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