|
@@ -14,5 +14,5 @@ const path = require('path');
|
|
const filename = path.join(path.resolve(__dirname, '..'), 'package.json');
|
|
const filename = path.join(path.resolve(__dirname, '..'), 'package.json');
|
|
const packageJSON = JSON.parse(fs.readFileSync(filename, 'utf8'));
|
|
const packageJSON = JSON.parse(fs.readFileSync(filename, 'utf8'));
|
|
packageJSON.name = 'calc_minusNoValue' ;
|
|
packageJSON.name = 'calc_minusNoValue' ;
|
|
-packageJSON.scripts['start-qa-minus'] = "egg-scripts start --daemon --port 7006";
|
|
|
|
|
|
+packageJSON.scripts['start-qa-minus'] = "egg-scripts start --daemon --port 7005";
|
|
fs.writeFileSync(filename, JSON.stringify(packageJSON, '', '\t'));
|
|
fs.writeFileSync(filename, JSON.stringify(packageJSON, '', '\t'));
|