瀏覽代碼

Update the dev mode package.json before copying to staging.

Jason Grout 5 年之前
父節點
當前提交
c04c3e9c98
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      buildutils/src/update-core-mode.ts

+ 3 - 0
buildutils/src/update-core-mode.ts

@@ -7,6 +7,9 @@ import * as fs from 'fs-extra';
 import * as path from 'path';
 import * as utils from './utils';
 
+// Run integrity to update the dev_mode package.json
+utils.run('jlpm integrity');
+
 // Get the dev mode package.json file.
 let data = utils.readJSONFile('./dev_mode/package.json');