mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 22:41:39 +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]
|
||||
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