mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-05 02:50:47 +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:umd": "node ./scripts/bundle-umd",
|
||||||
"bundle:esm": "node ./scripts/bundle-esm",
|
"bundle:esm": "node ./scripts/bundle-esm",
|
||||||
"build": "yarn compile && yarn bundle",
|
"build": "yarn compile && yarn bundle",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install && yarn build",
|
||||||
"prepack": "yarn build",
|
|
||||||
"lint": "prettier \"**/*.{css,js,json,jsx,html,md,ts}\" --check"
|
"lint": "prettier \"**/*.{css,js,json,jsx,html,md,ts}\" --check"
|
||||||
},
|
},
|
||||||
"main": "./lib/esm/monaco.contribution.js",
|
"main": "./lib/esm/monaco.contribution.js",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue