Fix command for netlify

This commit is contained in:
Remco Haszing 2021-08-07 09:33:29 +02:00
parent b6195b1563
commit 92b103ee8d
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

View file

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