We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7155ff0 commit 6cbca55Copy full SHA for 6cbca55
bitcore-node/index.js
@@ -23,8 +23,8 @@ InsightUI.prototype.start = function(callback) {
23
pkg.insightConfig.routePrefix = self.routePrefix;
24
25
fs.writeFileSync(__dirname + '/../package.json', JSON.stringify(pkg, null, 2));
26
- exec('pushd ' + __dirname + '/../;' +
27
- ' npm run install-and-build; popd', function(err) {
+ exec('cd ' + __dirname + '/../;' +
+ ' npm run install-and-build', function(err) {
28
if (err) {
29
return callback(err);
30
}
0 commit comments