@steroidsjs/nest 1.4.45 → 1.4.46

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/README.md CHANGED
@@ -6,3 +6,9 @@
6
6
  1. Copy `tsconfig-debug.json.sample` to `tsconfig-debug.json`
7
7
  2. Replace `outDir` path to node_modules nest path in project
8
8
  3. Run from this directory `yarn run watch`
9
+
10
+ ## All scripts available
11
+ ```
12
+ yarn script
13
+ ```
14
+
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@steroidsjs/nest",
3
- "version": "1.4.45",
3
+ "version": "1.4.46",
4
4
  "scripts": {
5
- "copy-assets": "copyfiles ./{package.json,LICENSE,README.md} dist/ && copyfiles src/infrastructure/commands/entity-generator/templates/*.txt dist/",
6
- "build": "tsc && npm run copy-assets",
7
- "watch": "tsc -p tsconfig-debug.json",
8
- "test": "jest --config jest.e2e.config.ts"
5
+ "script": "nps",
6
+ "watch": "nps watch",
7
+ "build": "nps build",
8
+ "test": "nps test"
9
9
  },
10
10
  "description": "",
11
11
  "main": "index.js",
@@ -47,6 +47,7 @@
47
47
  "@types/node": "^18.7.23",
48
48
  "copyfiles": "^2.4.1",
49
49
  "jest": "^27.4.7",
50
+ "nps": "^5.10.0",
50
51
  "pg": "^8.7.1",
51
52
  "ts-jest": "^27.1.3",
52
53
  "ts-node": "^10.0.0",