Skip to content

Commit

Permalink
chore: oclif is necessary as a dependency now
Browse files Browse the repository at this point in the history
  • Loading branch information
lgandecki committed Aug 21, 2023
1 parent d331582 commit 21857a5
Show file tree
Hide file tree
Showing 2 changed files with 2,775 additions and 69 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"globby": "^10",
"jest": "29.6.2",
"nyc": "15.1.0",
"oclif": "^3.11.2",
"prettier": "^2.2.1",
"testdouble": "^3.16.1",
"testdouble-jest": "^2.0.0",
Expand Down Expand Up @@ -78,9 +79,10 @@
"access": "public"
},
"scripts": {
"build": "rm -rf lib && tsc -b",
"postpack": "rm -f oclif.manifest.json",
"posttest": "eslint . --ext .ts --cache",
"prepack": "rm -rf lib && tsc -b && oclif manifest && oclif readme && copyfiles -u 1 src/generate/templates/* src/generate/runtime-config-helpers/* lib",
"prepack": "yarn build && oclif manifest && oclif readme && copyfiles -u 1 src/generate/templates/* src/generate/runtime-config-helpers/* lib",
"test": "jest",
"version": "oclif readme && git add README.md",
"type-check": "tsc --noEmit",
Expand Down
Loading

0 comments on commit 21857a5

Please sign in to comment.