Configure netlify

This commit is contained in:
Remco Haszing 2021-08-07 09:28:19 +02:00
parent cff2665b7c
commit 9962474f4d
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

3
netlify.toml Normal file
View file

@ -0,0 +1,3 @@
[build]
publish = 'examples/webpack/dist/'
command = 'npm ci && npm run prepack && npm --workspace example run build'