@dv4resi/dvss-backend-module-offering-im 0.0.13 → 0.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dv4resi/dvss-backend-module-offering-im",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "Module for Offering Integration Manager",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,13 +28,13 @@
28
28
  "build": "tsup",
29
29
  "build:dev": "tsup --watch",
30
30
  "build:nest": "nest build",
31
- "build:ts": "tsc -p tsconfig.json",
31
+ "build:ts": "tsc -p tsconfig.build.json",
32
32
  "build:with-deps": "yarn --cwd ../../packages/dvss-integration-libs run build && yarn --cwd ../../packages/dvss-integration-trybe run build && yarn run build",
33
33
  "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
34
34
  "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
35
35
  "start": "nest start",
36
36
  "start:debug": "nest start --debug --watch",
37
- "start:dev": "nodemon --watch ./src --watch ../../packages/dvss-integration-libs/src --watch ../../packages/dvss-integration-trybe/src -e ts --exec \"cd ../.. && yarn turbo run build --filter=@dv4resi/dvss-backend-module-offering-im...\"",
37
+ "start:dev": "nodemon --watch ./src --watch ../../packages/dvss-integration-libs/src --watch ../../packages/dvss-integration-trybe/src -e ts --exec tsup",
38
38
  "start:dev:nest": "nest build --webpack --webpackPath webpack-hmr.config.js --watch",
39
39
  "start:dev:offering-im": "tsc --watch -p tsconfig.build.json",
40
40
  "start:prod": "node dist/main",