Skip to content

Commit

Permalink
fix: prepack use oclif, not oclif-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
purplecabbage committed Jun 22, 2022
1 parent 3241bd6 commit fddd138
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"devDependencies": {
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.11",
"@oclif/test": "^1.2.8",
"babel-jest": "^27.5.0",
"babel-runtime": "^6.26.0",
"dedent-js": "^1.0.1",
Expand All @@ -43,6 +42,7 @@
"jest": "^27.5.0",
"jest-junit": "^13.0.0",
"jest-plugin-fs": "^2.9.0",
"oclif": "^3.0.1",
"stdout-stderr": "^0.1.9"
},
"engines": {
Expand All @@ -68,9 +68,9 @@
"posttest": "eslint src test e2e",
"test": "npm run unit-tests",
"unit-tests": "jest --ci",
"prepack": "oclif-dev manifest && oclif-dev readme",
"prepack": "oclif manifest && oclif readme",
"postpack": "rm -f oclif.manifest.json",
"version": "oclif-dev readme && git add README.md",
"version": "oclif readme && git add README.md",
"e2e": "jest --collectCoverage=false --testRegex './e2e/e2e.js'"
},
"jest": {
Expand Down

0 comments on commit fddd138

Please sign in to comment.