File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 5858 - name : Run tests
5959 run : pnpm -r run test:unit
6060
61- - name : Deploy and pack CLI with bundled SDK
62- env :
63- # Force pnpm to copy files instead of hard-linking from store
64- npm_config_package_import_method : copy
61+ - name : Deploy and pack CLI with bundled dependencies
6562 run : |
6663 mkdir -p dist
6764 pnpm --filter @salesforce/b2c-cli deploy --legacy ./dist-deploy
Original file line number Diff line number Diff line change 1818 "cliui" : " ^9.0.1"
1919 },
2020 "bundleDependencies" : [
21- " @salesforce/b2c-tooling-sdk"
21+ " @oclif/core" ,
22+ " @oclif/plugin-autocomplete" ,
23+ " @oclif/plugin-help" ,
24+ " @oclif/plugin-not-found" ,
25+ " @oclif/plugin-plugins" ,
26+ " @oclif/plugin-version" ,
27+ " @salesforce/b2c-tooling-sdk" ,
28+ " cliui"
2229 ],
2330 "devDependencies" : {
2431 "@eslint/compat" : " ^1" ,
Original file line number Diff line number Diff line change 11packages :
22 - packages/*
33
4+ # Use hoisted node_modules for npm-compatible bundleDependencies
5+ nodeLinker : hoisted
6+
47minimumReleaseAge : 2880
58
69minimumReleaseAgeExclude : []
You can’t perform that action at this time.
0 commit comments