Explorar o código

make update:core:mode the same as 2.x branch

Steven Silvester %!s(int64=4) %!d(string=hai) anos
pai
achega
c30cb6602b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      buildutils/src/update-core-mode.ts

+ 1 - 1
buildutils/src/update-core-mode.ts

@@ -22,7 +22,7 @@ data['jupyterlab']['linkedPackages'] = {};
 const staging = './jupyterlab/staging';
 
 // Ensure a clean staging directory.
-const keep = ['yarn.js', '.yarnrc', 'webpack.config.js'];
+const keep = ['yarn.js', '.yarnrc'];
 fs.readdirSync(staging).forEach(name => {
   if (keep.indexOf(name) === -1) {
     fs.removeSync(path.join(staging, name));