Skip to content

Commit

Permalink
chore: use oclif v2
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Jul 8, 2021
1 parent ad5ae0e commit 220af0a
Show file tree
Hide file tree
Showing 3 changed files with 2,056 additions and 68 deletions.
5 changes: 5 additions & 0 deletions .sfdevrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"test": {
"testsPath": "test/**/*.test.ts"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
"tslib": "^2"
},
"devDependencies": {
"@oclif/dev-cli": "^1",
"@oclif/plugin-command-snapshot": "2.1.1",
"@oclif/plugin-command-snapshot": "2.2.2",
"@oclif/test": "^1.2.8",
"@salesforce/cli-plugins-testkit": "^1.1.4",
"@salesforce/dev-config": "^2.1.2",
"@salesforce/dev-scripts": "^0.9.1",
"@salesforce/dev-scripts": "^0.9.16",
"@salesforce/plugin-command-reference": "^1.3.0",
"@salesforce/prettier-config": "^0.0.2",
"@salesforce/ts-sinon": "1.3.12",
Expand All @@ -38,6 +37,7 @@
"lint-staged": "^11.0.0",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"oclif": "^2.0.0-main.0",
"prettier": "^2.0.5",
"pretty-quick": "^3.1.0",
"shelljs": "^0.8.4",
Expand Down Expand Up @@ -103,7 +103,7 @@
"test:deprecation-policy": "./bin/dev snapshot:compare",
"test:json-schema": "./bin/dev schema:compare",
"test:nuts": "yarn build && nyc mocha \"**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel",
"version": "oclif-dev readme"
"version": "oclif readme"
},
"husky": {
"hooks": {
Expand Down
Loading

0 comments on commit 220af0a

Please sign in to comment.