浏览代码

Update the example build script

Steven Silvester 8 年之前
父节点
当前提交
4eefbbe47f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      scripts/buildexamples.js

+ 0 - 1
scripts/buildexamples.js

@@ -12,7 +12,6 @@ for (var i = 0; i < dirs.length; i++) {
   console.log('Building: ' + dirs[i] + '...');
   process.chdir('examples/' + dirs[i]);
   childProcess.execSync('npm run update', { stdio: [0, 1, 2] });
-  childProcess.execSync('npm run build', { stdio: [0, 1, 2] });
   process.chdir('../..');
 }
 console.log('\n********\nDone building examples!');