Adopt the new editor/contrib layering rules in the esm metadata generation

This commit is contained in:
Alex Dima 2022-01-24 12:37:22 +01:00
parent 2a243d07fe
commit 9fac3918b2
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
5 changed files with 18 additions and 5 deletions

View file

@ -48,7 +48,7 @@ jobs:
run: npm run compile --prefix webpack-plugin
- name: Package using webpack plugin
run: npm run smoketest --prefix webpack-plugin
run: npm run package-for-smoketest --prefix webpack-plugin
- name: Run smoke test
run: npm run smoketest

View file

@ -197,7 +197,7 @@ jobs:
- name: (monaco-editor) Package using webpack plugin
if: ${{ steps.state.outputs.skip_monaco_editor == 'false' }}
working-directory: './monaco-editor'
run: npm run smoketest --prefix webpack-plugin
run: npm run package-for-smoketest --prefix webpack-plugin
- name: (monaco-editor) Run smoke test
if: ${{ steps.state.outputs.skip_monaco_editor == 'false' }}