@ackplus/nest-dynamic-templates 1.1.13-beta.1 → 1.1.13-beta.4

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": "@ackplus/nest-dynamic-templates",
3
- "version": "1.1.13-beta.1",
3
+ "version": "1.1.13-beta.4",
4
4
  "description": "A powerful and flexible dynamic template rendering library for NestJS applications with support for Nunjucks, Handlebars, EJS, MJML, and more.",
5
5
  "author": "AckPlus",
6
6
  "license": "MIT",
@@ -149,18 +149,9 @@
149
149
  "testEnvironment": "node"
150
150
  },
151
151
  "scripts": {
152
- "clean": "rm -rf dist",
153
- "build": "npm run clean && nest build",
154
- "format": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
155
- "start": "nest start",
156
- "start:dev": "nest start --watch",
157
- "start:debug": "nest start --debug --watch",
158
- "start:prod": "node dist/main",
159
- "lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
160
- "test": "jest",
161
- "test:watch": "jest --watch",
162
- "test:cov": "jest --coverage",
163
- "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
164
- "test:e2e": "jest --config ./test/jest-e2e.json"
152
+ "clean": "rm -rf dist tsconfig.build.tsbuildinfo",
153
+ "build": "pnpm clean && pnpm -C ../.. exec tsc -p packages/nest-dynamic-templates/tsconfig.build.json",
154
+ "format": "prettier --write \"src/**/*.ts\"",
155
+ "lint": "eslint \"src/**/*.ts\" --fix"
165
156
  }
166
157
  }