Rename to webpack-plugin

This commit is contained in:
Alex Dima 2021-11-15 16:16:53 +01:00
parent db6aec351b
commit a21839d00d
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9
25 changed files with 5 additions and 5 deletions

View file

@ -27,7 +27,7 @@ jobs:
- name: Install node modules (2)
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: npm install --prefix monaco-editor-webpack-plugin
run: npm install --prefix webpack-plugin
- name: Check prettier
run: npm run prettier-check