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 a10b14c commit fb4b9ca
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 @@ -57,6 +57,7 @@
"eslint-plugin-standard": "^4.0.1",
"jest": "^26.6.3",
"jest-plugin-fs": "^2.9.0",
"oclif": "^3.0.1",
"stdout-stderr": "^0.1.9"
},
"engineStrict": true,
Expand Down Expand Up @@ -86,10 +87,10 @@
"scripts": {
"postpack": "rm -f oclif.manifest.json",
"lint": "eslint src test",
"prepack": "oclif-dev manifest && oclif-dev readme",
"prepack": "oclif manifest && oclif readme",
"test": "npm run unit-tests && npm run lint",
"unit-tests": "jest -c jest.config.js",
"version": "oclif-dev readme && git add README.md"
"version": "oclif readme && git add README.md"
},
"bin": {
"aio-next": "./bin/run"
Expand Down

0 comments on commit fb4b9ca

Please sign in to comment.