Skip to content

Commit 8598d07

Browse files
committed
Adds a script to retrieve the extensions from this repository
1 parent 72ac00d commit 8598d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"build:plugin-workspace-tools": "yarn node -r ./scripts/setup-ts-execution ./scripts/create-mock-plugin.ts workspace-tools",
5858
"build:plugin-commands": "node ./scripts/gen-plugin-commands.js > packages/yarnpkg-cli/sources/pluginCommands.ts",
5959
"build:compile": "rm -rf \"$0\"/lib && mkdir -p \"$0\"/lib && rsync -a --include '*.d.ts' --exclude '*.ts' --exclude '*.tsx' \"$0\"/sources/ \"$0\"/lib/ && node scripts/compile \"$@\"",
60+
"dump:extensions": "yarn node -r ./scripts/setup-ts-execution -p 'JSON.stringify(require(\"./packages/yarnpkg-extensions/sources/index.ts\").packageExtensions)'",
6061
"test:lint": "eslint --max-warnings 0 .",
6162
"test:unit": "jest",
6263
"typecheck:all": "tsc -p ."

0 commit comments

Comments
 (0)