mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
Rename to webpack-plugin
This commit is contained in:
parent
db6aec351b
commit
a21839d00d
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
Block a user