File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88node_modules
99oclif.manifest.json
1010oclif.lock
11+ npm-shrinkwrap.json
Original file line number Diff line number Diff line change 5757 " /lib" ,
5858 " /messages" ,
5959 " /oclif.manifest.json" ,
60- " /oclif.lock"
60+ " /oclif.lock" ,
61+ " /npm-shrinkwrap.json"
6162 ],
6263 "keywords" : [
6364 " sfdx-plugin"
104105 "docs" : " sf-docs" ,
105106 "format" : " sf-format" ,
106107 "lint" : " sf-lint" ,
107- "postpack" : " rm -f oclif.manifest.json" ,
108+ "postpack" : " rm -f oclif.manifest.json oclif.lock npm-shrinkwrap.json " ,
108109 "posttest" : " yarn lint && yarn test:deprecation-policy && yarn test:command-reference" ,
109- "prepack" : " sf-prepack && oclif lock" ,
110+ "prepack" : " sf-prepack && oclif lock && npm shrinkwrap " ,
110111 "pretest" : " sf-compile-test" ,
111112 "test" : " sf-test" ,
112113 "test:command-reference" : " ./bin/dev commandreference:generate -p @salesforce/sfdx-plugin-lwc-test --erroronwarnings" ,
You can’t perform that action at this time.
0 commit comments