@morozeckiy/dd-lib 0.2.26 → 0.2.27

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
@@ -12,3 +12,19 @@
12
12
  4. Изменить версию в исходных проектах
13
13
 
14
14
 
15
+ # Линковка
16
+
17
+ 1. Запускаем lib:watch
18
+ 2. В терминале в дериктории dist/dd-lib делаем npm link
19
+ 3. В проекте в корне удаляем package-lock.json
20
+ 4. В корне запускаем npm link @morozeckiy/dd-lib --legacy-peer-deps
21
+
22
+ Пока не работает на авто апдейт, делаем костылями
23
+ 1. После изменений в либе запускаем updateLink
24
+ 2. В терминале в дериктории dist/dd-lib делаем npm link
25
+ 3. В проекте выключаем ng serv
26
+ 4. В терминале в корне npm unlink -g
27
+ 5. npm cache clean --force
28
+ 6. npm link @morozeckiy/dd-lib --legacy-peer-deps
29
+ 7. npm run start
30
+ 8. Молимся, что подхватит
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
5
5
  "publishConfig": {
6
6
  "access": "public"
Binary file
Binary file