Skip to content

Commit

Permalink
Merge pull request #388 from salesforcecli/mdonnalley/oclif-lock
Browse files Browse the repository at this point in the history
feat: publish oclif.lock
  • Loading branch information
iowillhoit authored Sep 11, 2023
2 parents 7a06314 + 9588639 commit 27847cd
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 188 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ node_modules
.idea

oclif.manifest.json
oclif.lock
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@oclif/plugin-command-snapshot": "^4.0.11",
"@salesforce/cli-plugins-testkit": "^4.3.0",
"@salesforce/dev-config": "^4.0.1",
"@salesforce/dev-scripts": "^5.7.0",
"@salesforce/dev-scripts": "^5.10.0",
"@salesforce/plugin-command-reference": "^3.0.25",
"@salesforce/prettier-config": "^0.0.3",
"@salesforce/ts-sinon": "1.4.12",
Expand All @@ -52,7 +52,7 @@
"husky": "^7.0.4",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"oclif": "^3.9.0",
"oclif": "^3.14.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"shx": "^0.3.3",
Expand All @@ -75,7 +75,8 @@
"/messages",
"/oclif.manifest.json",
"/schemas",
"/templates"
"/templates",
"/oclif.lock"
],
"homepage": "https://github.com/salesforcecli/plugin-dev",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion test/commands/dev/generate/plugin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('dev generate plugin', () => {
);

runResult.assertFileContent(
path.join(runResult.cwd, 'plugin-test', '.eslintrc.js'),
path.join(runResult.cwd, 'plugin-test', '.eslintrc.cjs'),
/eslint-config-salesforce-license/g
);
});
Expand Down
Loading

0 comments on commit 27847cd

Please sign in to comment.