Skip to content

Commit

Permalink
chore: [skip ci] remove oclif readme from prepack
Browse files Browse the repository at this point in the history
affects: @dzlzv/hydra-cli, @dzlzv/hydra-processor, @dzlzv/hydra-typegen
  • Loading branch information
dzhelezov committed Jun 9, 2021
1 parent 05b52e1 commit 6f445b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/hydra-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"build": "rm -rf lib && tsc --build tsconfig.json",
"postpack": "rm -f oclif.manifest.json",
"lint": "eslint . --cache --ext .ts",
"prepack": "rm -rf lib && tsc -b && cp -R ./src/templates ./lib/src/templates && oclif-dev manifest && oclif-dev readme",
"prepack": "rm -rf lib && tsc -b && cp -R ./src/templates ./lib/src/templates && oclif-dev manifest",
"test": "nyc --extension .ts mocha --forbid-only \"test/**/*.test.ts\"",
"version": "oclif-dev readme && git add README.md"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hydra-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"build": "rm -rf lib && tsc --build tsconfig.json",
"postpack": "rm -f oclif.manifest.json",
"test-build": "rm -rf test-lib && tsc --build ./test/tsconfig.json",
"prepack": "yarn build && oclif-dev manifest && oclif-dev readme",
"prepack": "yarn build && oclif-dev manifest",
"lint": "eslint . --cache --ext .ts",
"test": "nyc --extension .ts mocha --require ts-node/register --forbid-only \"./{src,test}/**/*.spec.ts\""
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hydra-typegen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"run-dev": "node ./bin/run",
"postpack": "rm -f oclif.manifest.json",
"lint": "eslint . --cache --ext .ts",
"prepack": "yarn build && oclif-dev manifest && oclif-dev readme",
"prepack": "yarn build && oclif-dev manifest",
"test": "nyc --extension .ts mocha --require ts-node/register --forbid-only \"./{src,test}/**/*.spec.ts\"",
"version": "oclif-dev readme && git add README.md"
},
Expand Down

0 comments on commit 6f445b0

Please sign in to comment.