Browse Source

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

Jason Grout 5 năm trước cách đây
mục cha
commit
c04c3e9c98
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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');