mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Do not check in generated samples file
This commit is contained in:
parent
91c9c0cec3
commit
bbaa2d846d
4 changed files with 2 additions and 342 deletions
|
|
@ -51,7 +51,7 @@ function generateTestSamplesTask() {
|
|||
'//This is a generated file via `npm run simpleserver`\ndefine([], function() { return';
|
||||
const suffix = '; });';
|
||||
fs.writeFileSync(
|
||||
path.join(REPO_ROOT, 'test/manual/samples-all.generated.js'),
|
||||
path.join(REPO_ROOT, 'test/manual/generated/all-samples.js'),
|
||||
prefix + JSON.stringify(samples, null, '\t') + suffix
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue