mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 20:20:49 +00:00
Implement pnpm and pnpx support
This commit is contained in:
parent
21cdefadde
commit
f10749923a
14 changed files with 754 additions and 145 deletions
|
|
@ -2,6 +2,8 @@ const knownAikidoTools = [
|
|||
{ tool: "npm", aikidoCommand: "aikido-npm" },
|
||||
{ tool: "npx", aikidoCommand: "aikido-npx" },
|
||||
{ tool: "yarn", aikidoCommand: "aikido-yarn" },
|
||||
{ tool: "pnpm", aikidoCommand: "aikido-pnpm" },
|
||||
{ tool: "pnpx", aikidoCommand: "aikido-pnpx" },
|
||||
// When adding a new tool here, also update the expected alias in the tests (shellIntegration.spec.js)
|
||||
// and add the documentation for the new tool in the README.md
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue