Skip to content

Commit 1392997

Browse files
committed
Update publish directory
1 parent 578da04 commit 1392997

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ bower_components
3131

3232
# Build directory
3333
build/
34+
dist/
3435

3536
# Dependency directories
3637
node_modules/

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build]
22
command = "npm install && npm run build"
3-
publish = "dist"
3+
publish = "build"
44

55
[test]
66
command = "npm run test"

0 commit comments

Comments
 (0)