mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
Stop npm from auditing a second time during better-sqlite3 installation
This commit is contained in:
parent
921cd536fd
commit
fa46d4061d
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ async function run() {
|
|||
// rebuild sqlite3 using our custom amalgamation, which has USLEEP enabled
|
||||
await npm(
|
||||
`install better-sqlite3@${appDependencies['better-sqlite3']} ` +
|
||||
`--no-save --build-from-source --sqlite3="$(pwd)/build/sqlite-amalgamation"`,
|
||||
`--no-save --no-audit --build-from-source --sqlite3="$(pwd)/build/sqlite-amalgamation"`,
|
||||
{ cwd: './app', env: 'electron' }
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue