Commit Graph

29 Commits

Author SHA1 Message Date
Zoltan Kochan
824b092b17 fix: forced install shoud relink packages in node_modules 2018-04-01 01:28:23 +03:00
Zoltan Kochan
081013216f fix: deps are built in correct order. Deps before dependents 2018-03-29 23:01:30 +03:00
Zoltan Kochan
d7d06b9cce perf: don't check already available deps in the store 2018-03-25 22:46:22 +03:00
Zoltan Kochan
704f668920 fix: don't fail when an already available pkg has to be linked 2018-03-25 02:15:37 +02:00
Zoltan Kochan
51cfe4d243 fix: independent-leaves 2018-03-24 20:18:08 +02:00
Zoltan Kochan
febc66e682 test: installation of dep that has resolved peer deps in subdeps 2018-03-24 17:10:49 +02:00
Zoltan Kochan
164fe832c6 feat: export HeadlessOptions 2018-03-24 14:01:04 +02:00
Zoltan Kochan
4937b8c5e8 perf: allow to pass-in the shrinkwrap files and package.json 2018-03-24 13:46:44 +02:00
Zoltan Kochan
f30ac0c56a fix: location of local deps from dep path 2018-03-24 12:59:28 +02:00
Zoltan Kochan
b56b936ee0 fix: uncomment code in linkAllPkgs() 2018-03-22 22:56:15 +02:00
Zoltan Kochan
c8e815b676 feat: should fail when shrinkwrap.yaml doesn't satisfy package.json 2018-03-22 21:53:54 +02:00
Zoltan Kochan
6644bf8719 refactor: rename opts.storePath to opts.store 2018-03-22 00:02:29 +02:00
Zoltan Kochan
446823577a feat: remove orphan packages 2018-03-21 23:23:46 +02:00
Zoltan Kochan
2da875a85f refactor: remove redundant log 2018-03-20 22:55:39 +02:00
Zoltan Kochan
8238e33f3c refactor: use @pnpm/link-bins 2018-03-20 00:31:38 +02:00
Zoltan Kochan
61b59880fb refactor: use @pnpm/lifecycle 2018-03-18 23:17:10 +02:00
Zoltan Kochan
7eb1bae025 refactor: rename depSnapshot to pkgSnapshot 2018-03-18 02:56:53 +02:00
Zoltan Kochan
cdaba84216 refactor: update pnpm-shrinkwrap 2018-03-18 00:56:04 +02:00
Zoltan Kochan
247ca3a384 refactor: use @pnpm/modules-yaml 2018-03-17 23:06:38 +02:00
Zoltan Kochan
32d9ff4eb2 feat: add missing logging 2018-03-17 15:30:25 +02:00
Zoltan Kochan
6be41ff254 feat: add logging 2018-03-16 23:17:19 +02:00
Zoltan Kochan
66699044f4 feat: create current shrinkwrap.yaml and .modules.yaml 2018-03-12 03:13:42 +02:00
Zoltan Kochan
ab35b90b11 refactor: remove redundant commented code 2018-03-12 02:52:48 +02:00
Zoltan Kochan
494835e011 feat: run package's lifecycle scripts 2018-03-12 02:36:23 +02:00
Zoltan Kochan
e161817031 refactor: add todo to postinstall function 2018-03-12 01:57:42 +02:00
Zoltan Kochan
b4a5831f75 fix: typing error 2018-03-12 01:53:43 +02:00
Zoltan Kochan
c1609adfaf feat: run lifecycle scripts of deps 2018-03-11 14:40:15 +02:00
Zoltan Kochan
3b247468fd feat: working prototype w/o scripts exec 2018-03-10 23:35:28 +02:00
Zoltan Kochan
0bccc6e33a feat: initial commit 2018-03-09 16:13:52 +02:00