mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-18 22:11:26 +00:00
Move build script into prepare
This is needed for the examples to work.
This commit is contained in:
parent
9f10ccc9f9
commit
1b173c35a9
1 changed files with 1 additions and 2 deletions
|
|
@ -11,8 +11,7 @@
|
|||
"bundle:umd": "node ./scripts/bundle-umd",
|
||||
"bundle:esm": "node ./scripts/bundle-esm",
|
||||
"build": "yarn compile && yarn bundle",
|
||||
"prepare": "husky install",
|
||||
"prepack": "yarn build",
|
||||
"prepare": "husky install && yarn build",
|
||||
"lint": "prettier \"**/*.{css,js,json,jsx,html,md,ts}\" --check"
|
||||
},
|
||||
"main": "./lib/esm/monaco.contribution.js",
|
||||
|
|
|
|||
Loading…
Reference in a new issue