@ubs-platform/nest-microservice-setup-util 1.0.4 → 1.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ubs-platform/nest-microservice-setup-util",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "author": "Unlimited Bundle Systems",
@@ -10,7 +10,8 @@
10
10
  "url": "https://github.com/ubs-platform/nest-microservice-setup-util"
11
11
  },
12
12
  "scripts": {
13
- "build": "tsc"
13
+ "build": "tsc",
14
+ "build-publish": "npm run build && npm publish"
14
15
  },
15
16
  "peerDependencies": {
16
17
  "@nestjs/microservices": "^10.3.3"