Skip to content

Commit

Permalink
Fix directory structure for generated monaco project (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 authored and spoenemann committed Aug 15, 2023
1 parent 3cf5892 commit 0e6dc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generator-langium/templates/web/.package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"prepare:public": "shx mkdir -p ./public && shx cp -fr ./src/static/* ./public/",
"copy:monaco-editor-wrapper": "shx cp -fr ./node_modules/monaco-editor-wrapper/bundle ./public/monaco-editor-wrapper",
"copy:monaco-workers": "shx cp -fr ./node_modules/monaco-editor-workers/dist/ ./public/monaco-editor-workers",
"copy:monarch-syntax": "shx cp -fr ./out/syntaxes/ ./public/syntaxes",
"copy:monarch-syntax": "shx cp -fr ./out/syntaxes ./public/syntaxes",
"build:web": "npm run build && npm run build:monarch && npm run prepare:public && npm run build:worker && npm run copy:monaco-editor-wrapper && npm run copy:monaco-workers && npm run copy:monarch-syntax",
"build:monarch": "tsc -b tsconfig.monarch.json",
"serve": "node ./out/web/app.js"
Expand Down

0 comments on commit 0e6dc64

Please sign in to comment.