mirror of
https://github.com/nodejs/node.git
synced 2024-11-24 03:07:54 +01:00
626d0ee17d
PR-URL: https://github.com/nodejs/node/pull/48091 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
2 lines
94 B
JavaScript
Executable File
2 lines
94 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
require('./lib/corepack.cjs').runMain(['pnpm', ...process.argv.slice(2)]); |