@gadmin2n/schematics 0.0.98 → 0.0.99

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.
@@ -9,7 +9,7 @@
9
9
  "prebuild": "rimraf dist",
10
10
  "build": "nest build -c gadmin-cli.json",
11
11
  "format": "prettier --write \"../config/*.ts\" \"src/**/*.ts\" \"test/**/*.ts\"",
12
- "prepare": "cd .. && husky install",
12
+ "prepare": "cd .. && husky install || true",
13
13
  "start": "dotenv -e .env.local -e .env -- nest start -c gadmin-cli.json",
14
14
  "start:dev": "dotenv -e .env.local -e .env -- nest start -c gadmin-cli.json --watch",
15
15
  "start:debug": "dotenv -e .env.local -e .env -- nest start -c gadmin-cli.json --debug --watch",
@@ -83,7 +83,7 @@
83
83
  "preview": "vite preview",
84
84
  "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx}\"",
85
85
  "lint": "eslint \"src/**/*.{ts,tsx}\"",
86
- "prepare": "cd .. && husky install"
86
+ "prepare": "cd .. && husky install || true"
87
87
  },
88
88
  "lint-staged": {
89
89
  "**/*.{ts,tsx,js,jsx}": "prettier --write"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gadmin2n/schematics",
3
- "version": "0.0.98",
3
+ "version": "0.0.99",
4
4
  "description": "Gadmin - modern, fast, powerful node.js web framework (@schematics)",
5
5
  "main": "dist/index.js",
6
6
  "files": [