Skip to content

Commit 7e1af97

Browse files
compress monaco editor
1 parent 16f2a51 commit 7e1af97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
mkdir deploy/third-party/monaco-editor && \
7272
tar -xvzf third-party/monaco-editor-0.52.2.tgz -C deploy/third-party/monaco-editor && \
7373
cp -r deploy/third-party/monaco-editor/package/min/vs deploy/vs && \
74-
rm -rf third-party/monaco-editor/package/esm/ && \
75-
rm -rf third-party/monaco-editor/package/dev/
74+
rm -rf deploy/third-party/monaco-editor/package/esm/ && \
75+
rm -rf deploy/third-party/monaco-editor/package/dev/
7676
- name: Upload artifact
7777
uses: actions/upload-pages-artifact@v3
7878
with:

0 commit comments

Comments
 (0)