Rename to `webpack-plugin`
This commit is contained in:
parent
db6aec351b
commit
a21839d00d
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
**/node_modules/
|
||||
**/out/
|
||||
**/release/
|
||||
/monaco-editor-webpack-plugin/test/dist/*.js
|
||||
/monaco-editor-webpack-plugin/test/dist/*.ttf
|
||||
/webpack-plugin/test/dist/*.js
|
||||
/webpack-plugin/test/dist/*.ttf
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
/monaco-editor/typedoc/theme/
|
||||
/monaco-editor/typedoc/monaco.d.ts
|
||||
/monaco-editor/website/lib/
|
||||
/monaco-editor-webpack-plugin/test/dist/*.js
|
||||
/monaco-editor-webpack-plugin/out/
|
||||
/webpack-plugin/test/dist/*.js
|
||||
/webpack-plugin/out/
|
||||
/release/
|
||||
/src/typescript/lib/
|
||||
|
|
|
|||
Loading…
Reference in New Issue