Skip to content

Commit 3229af6

Browse files
committed
add netlify.toml to update build
1 parent 6b3d0a9 commit 3229af6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build]
2+
base = "test-app/"
3+
publish = "test-app/dist/"
4+
command = "pnpm build"
5+
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF"

0 commit comments

Comments
 (0)