@idealyst/cli 1.0.86 → 1.0.87

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.
@@ -35,7 +35,6 @@ services:
35
35
  - "19006:19006"
36
36
  volumes:
37
37
  - ..:/workspace
38
- - /workspace/node_modules
39
38
  depends_on:
40
39
  - postgres
41
40
  - redis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idealyst/cli",
3
- "version": "1.0.86",
3
+ "version": "1.0.87",
4
4
  "description": "CLI tool for generating Idealyst Framework projects",
5
5
  "readme": "README.md",
6
6
  "main": "dist/index.js",
@@ -35,7 +35,6 @@ services:
35
35
  - "19006:19006"
36
36
  volumes:
37
37
  - ..:/workspace
38
- - /workspace/node_modules
39
38
  depends_on:
40
39
  - postgres
41
40
  - redis