Skip to content

Commit

Permalink
Merge pull request #884 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 bd7f2f9 + 70a829b commit 8986bfc
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 386 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,12 +14,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.68",
"chai-each": "^0.0.1",
"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 @@ -30,8 +29,9 @@
"files": [
"/lib",
"/messages",
"/oclif.manifest.json",
"/oclif.lock"
"/npm-shrinkwrap.json",
"/oclif.lock",
"/oclif.manifest.json"
],
"homepage": "https://github.com/salesforcecli/plugin-user",
"keywords": [
Expand Down Expand Up @@ -101,13 +101,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",
"test": "wireit",
Expand Down
Loading

0 comments on commit 8986bfc

Please sign in to comment.