Skip to content

Commit

Permalink
chore: updates from devScripts
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Feb 25, 2024
1 parent 31bc1be commit 3a0247f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 410 deletions.
9 changes: 5 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ docs
*.sig
package.json.bak.


npm-shrinkwrap.json
oclif.manifest.json
oclif.lock

# -- CLEAN ALL
*.tsbuildinfo
.eslintcache
Expand All @@ -42,7 +47,3 @@ node_modules
# os specific files
.DS_Store
.idea

oclif.manifest.json

oclif.lock
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@
"@oclif/plugin-command-snapshot": "^5.0.6",
"@oclif/test": "^3.1.13",
"@salesforce/cli-plugins-testkit": "^5.1.9",
"@salesforce/dev-scripts": "^8.3.0",
"@salesforce/dev-scripts": "^8.4.0",
"@salesforce/kit": "^3.0.15",
"@salesforce/plugin-command-reference": "^3.0.67",
"@salesforce/plugin-deploy-retrieve": "^1.20.3",
"@salesforce/ts-sinon": "^1.4.17",
"@types/fast-levenshtein": "^0.0.4",
"eslint-plugin-sf-plugin": "^1.17.3",
"oclif": "^4.4.17",
"shx": "0.3.4",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
Expand All @@ -33,9 +32,10 @@
"files": [
"/lib",
"/messages",
"/npm-shrinkwrap.json",
"/oclif.lock",
"/oclif.manifest.json",
"/schemas",
"/oclif.lock"
"/schemas"
],
"homepage": "https://github.com/salesforcecli/plugin-settings",
"keywords": [
Expand Down Expand Up @@ -78,13 +78,12 @@
"build": "wireit",
"clean": "sf-clean",
"clean-all": "sf-clean all",
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json",
"compile": "wireit",
"docs": "sf-docs",
"format": "wireit",
"link-check": "wireit",
"lint": "wireit",
"postpack": "shx rm -f oclif.manifest.json",
"postpack": "sf-clean",
"prepack": "sf-prepack",
"prepare": "sf-install",
"reformat": "prettier --config .prettierrc --write './*.{js,json,md}' './**/*.{ts,json,md}'",
Expand Down
Loading

0 comments on commit 3a0247f

Please sign in to comment.