yourtar-cli 1.1.0 → 1.1.2

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.
@@ -11,3 +11,6 @@ down:
11
11
 
12
12
  ps:
13
13
  cd docker && docker-compose -f docker-compose.${APP_MODE}.yml ps
14
+
15
+ install:
16
+ cd docker && docker-compose --env-file ../.env -f docker-compose.${APP_MODE}.yml exec web npm install ${pack}
@@ -16,3 +16,8 @@ make up ENV=prod
16
16
  ```
17
17
  make down
18
18
  ```
19
+
20
+ Чтобы установить новый пакет в проект, при запущеном проекте необходимо выполнить команду:
21
+ ```
22
+ make install pack=<package_name>
23
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yourtar-cli",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "This CLI for YourTar developers and our clients ;-)",
5
5
  "main": "bin/index.js",
6
6
  "scripts": {