diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..6d719fd80 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,3 @@ +[build] + command = "yarn build" + publish = "_site/" diff --git a/package.json b/package.json index 44ca36743..ee61a314f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "scripts": { "build": "run-s -s 'parcel:*:build' jekyll:build", "dev": "run-p -sl jekyll:watch 'parcel:*:watch'", - "jekyll:build": "bundle exec jekyll build --incremental", + "jekyll:build": "bundle exec jekyll build", "jekyll:watch": "wait-on assets/packed/app.js && bundle exec jekyll serve --safe --trace --drafts --watch --incremental --host ${HOST:-0.0.0.0} --port ${PORT:-3000}", "jest-html": "jest-html", "parcel:app:build": "parcel build '_parcel/app.js' -d assets/packed --no-source-maps --no-autoinstall",