mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Generate .nojekyll on gh-pages branch
This commit is contained in:
parent
25e381f6f9
commit
aa19fe0d6f
1 changed files with 1 additions and 0 deletions
|
|
@ -288,6 +288,7 @@ gulp.task('website', ['clean-website'], function() {
|
||||||
|
|
||||||
// temporarily create package.json so that npm install doesn't bark
|
// temporarily create package.json so that npm install doesn't bark
|
||||||
fs.writeFileSync('../monaco-editor-website/package.json', '{}');
|
fs.writeFileSync('../monaco-editor-website/package.json', '{}');
|
||||||
|
fs.writeFileSync('../monaco-editor-website/.nojekyll', '');
|
||||||
cp.execSync('npm install monaco-editor', {
|
cp.execSync('npm install monaco-editor', {
|
||||||
cwd: path.join(__dirname, '../monaco-editor-website')
|
cwd: path.join(__dirname, '../monaco-editor-website')
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue