We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 578da04 commit 1392997Copy full SHA for 1392997
.gitignore
@@ -31,6 +31,7 @@ bower_components
31
32
# Build directory
33
build/
34
+dist/
35
36
# Dependency directories
37
node_modules/
netlify.toml
@@ -1,6 +1,6 @@
1
[build]
2
command = "npm install && npm run build"
3
- publish = "dist"
+ publish = "build"
4
5
[test]
6
command = "npm run test"
0 commit comments