Skip to content

Commit

Permalink
Remove outdated scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
TungstnBallon committed Oct 4, 2024
1 parent 4bafd79 commit 8e37c12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 51 deletions.
2 changes: 1 addition & 1 deletion libs/monaco-editor/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"sourceRoot": "libs/monaco-editor/src",
"projectType": "library",
"tags": [],
"targets": {
"lint": {
"executor": "@nx/eslint:lint",
"outputs": ["{options.outputFile}"]
},
"build": {
"dependsOn": ["^build", "generate"],
"executor": "@nx/rollup:rollup",
"outputs": ["{options.outputPath}"],
"options": {
Expand Down
6 changes: 3 additions & 3 deletions tools/scripts/monaco-editor/copy-language-configuration.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ import { join } from 'node:path';

import { getSourcePath } from '../shared-util.mjs';

const tmVscode = join(
const confVscode = join(
getSourcePath('vs-code-extension'),
'..',
'assets',
'language-configuration.json',
);

const tmMonaco = join(
const confMonaco = join(
getSourcePath('monaco-editor'),
'lib',
'generated',
'language-configuration.json',
);

await copyFile(tmVscode, tmMonaco);
await copyFile(confVscode, confMonaco);
29 changes: 0 additions & 29 deletions tools/scripts/monaco-editor/delete-vscode-peer-dependency.mjs

This file was deleted.

18 changes: 0 additions & 18 deletions tools/scripts/monaco-editor/relax-react-version.mjs

This file was deleted.

0 comments on commit 8e37c12

Please sign in to comment.