mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-26 16:14:16 +03:00
🎨
This commit is contained in:
parent
b09a9c5f95
commit
0d91b92bd1
@ -37,7 +37,18 @@ function bootstrap() {
|
||||
var initialNpmCommand = fs.existsSync(npmPath) ? npmPath : 'npm';
|
||||
var npmFlags = ' --userconfig=' + path.resolve('.npmrc') + ' ';
|
||||
|
||||
var packagesToDedupe = ['fs-plus', 'humanize-plus', 'oniguruma', 'roaster', 'season', 'grim', 'q', 'semver', 'atom-space-pen-views', 'temp'];
|
||||
var packagesToDedupe = [
|
||||
'atom-space-pen-views',
|
||||
'fs-plus',
|
||||
'grim',
|
||||
'humanize-plus',
|
||||
'oniguruma',
|
||||
'roaster',
|
||||
'season',
|
||||
'semver',
|
||||
'q',
|
||||
'temp'
|
||||
];
|
||||
|
||||
var buildInstallCommand = initialNpmCommand + npmFlags + 'install';
|
||||
var buildInstallOptions = {cwd: path.resolve(__dirname, '..', 'build')};
|
||||
|
Loading…
Reference in New Issue
Block a user