Skip to content

Commit

Permalink
chore: compile all sub-projects before semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Mar 15, 2022
1 parent 9be708c commit d5d286a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"semantic-release": "multi-semantic-release --ignore-private-packages",
"semantic-release": "pnpm run compile && multi-semantic-release --ignore-private-packages",
"prepare": "mdep install",
"compile": "pnpm -r clean; tsc -b tsconfig.build.json"
},
Expand Down
1 change: 0 additions & 1 deletion packages/amqp-codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"gen-protocol": "pnpm exec -- ts-node ./bin/serialize.ts",
"lint": "eslint './src/**/*.ts'",
"test": "pnpm run lint",
"prepublishOnly": "pnpm run compile",
"clean": "rimraf ./lib *.tsbuildinfo",
"compile": "pnpm run clean; tsc -b ./tsconfig.build.json"
},
Expand Down
1 change: 0 additions & 1 deletion packages/amqp-coffee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"scripts": {
"lint": "eslint ./src/**/*.ts ./test/*.ts",
"test": "./scripts/test.sh",
"prepublishOnly": "pnpm run compile",
"compile": "pnpm run clean; tsc -b tsconfig.build.json",
"prepare": "mdep install",
"clean": "rimraf ./bin *.tsbuildinfo",
Expand Down
1 change: 0 additions & 1 deletion packages/transport-amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"lint": "eslint ./src",
"test": "pnpm run lint && pnpm run test:e2e",
"test:e2e": "mdep test run",
"prepublishOnly": "pnpm run compile",
"bench": "pnpm run compile && node ./bench/roundtrip.js"
},
"engines": {
Expand Down

0 comments on commit d5d286a

Please sign in to comment.