Update checked-in dependencies
This commit is contained in:
parent
4fad06f438
commit
40a500c743
4168 changed files with 298222 additions and 374905 deletions
5
node_modules/is-inside-container/cli.js
generated
vendored
Executable file
5
node_modules/is-inside-container/cli.js
generated
vendored
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env node
|
||||
import process from 'node:process';
|
||||
import isInsideContainer from './index.js';
|
||||
|
||||
process.exitCode = isInsideContainer() ? 0 : 2;
|
||||
Loading…
Add table
Add a link
Reference in a new issue