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 b896cfe commit 9bb4331
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"jest-haste-map": "^27.5.1",
"jest-junit": "^13.0.0",
"jest-plugin-fs": "^2.9.0",
"oclif": "^3.0.1",
"stdout-stderr": "^0.1.9",
"typescript": "^4.5.4"
},
Expand Down Expand Up @@ -69,9 +70,9 @@
"eslint": "eslint src test e2e",
"test": "npm run eslint && npm run unit-tests",
"unit-tests": "jest --ci -w=2",
"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 --config jest.config.e2e.js"
}
}

0 comments on commit 9bb4331

Please sign in to comment.