Jonatan Nilsson
e866e58dda
All checks were successful
/ deploy (push) Successful in 25s
Clean the code a bit. Move comments to test to decrease dependency size Minify package.json for extra.
2 lines
126 B
TypeScript
2 lines
126 B
TypeScript
/** Returns true if current environment is running inside CI. Otherwise returns false. */
|
|
export function insideCi(): boolean
|