mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-06 11:30:46 +00:00
Fix command for netlify
This commit is contained in:
parent
b6195b1563
commit
92b103ee8d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
[build]
|
[build]
|
||||||
publish = 'examples/webpack/dist/'
|
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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue