adding a netlify toml to help build process

This commit is contained in:
Eli Mellen 2019-08-05 22:10:13 -04:00
parent 7dfddc7154
commit f25405730a
1 changed files with 3 additions and 0 deletions

3
netlify.toml Normal file
View File

@ -0,0 +1,3 @@
[build]
publish = "./dist"
command = "export NODE_ENV=prod && npx parcel build index.html -d ./dist"