Skip to content

Commit

Permalink
Merge pull request #953 from salesforcecli/devScripts2024-02-25
Browse files Browse the repository at this point in the history
refactor: devScripts update
  • Loading branch information
svc-cli-bot authored Feb 25, 2024
2 parents aa7d0f7 + 5169735 commit cff49d1
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 375 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 @@ -18,12 +18,11 @@
"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.0.9",
"@salesforce/cli-plugins-testkit": "^5.1.9",
"@salesforce/dev-scripts": "^8.3.0",
"@salesforce/dev-scripts": "^8.4.0",
"@salesforce/plugin-command-reference": "^3.0.67",
"@salesforce/ts-sinon": "^1.4.19",
"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,8 +32,9 @@
"files": [
"/lib",
"/messages",
"/oclif.manifest.json",
"/oclif.lock"
"/npm-shrinkwrap.json",
"/oclif.lock",
"/oclif.manifest.json"
],
"homepage": "https://github.com/salesforcecli/plugin-auth",
"keywords": [
Expand Down Expand Up @@ -97,13 +97,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 oclif.lock",
"compile": "wireit",
"docs": "sf-docs",
"format": "wireit",
"link-check": "wireit",
"lint": "wireit",
"postpack": "shx rm -f oclif.manifest.json oclif.lock",
"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 cff49d1

Please sign in to comment.