Skip to content

Commit e8aadc1

Browse files
committed
chore: update Netlify build command to include preparation step
1 parent 6cbf11b commit e8aadc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build]
2-
command = "pnpm run dev:build"
2+
command = "pnpm run dev:prepare && pnpm run dev:build"
33

44
[build.environment]
55
NPM_FLAGS = "--prefix=/dev/null"

0 commit comments

Comments
 (0)