zkochan
fa8f2e57db
fix(user-agent): set the correct user-agent
2017-04-08 15:39:18 +03:00
zkochan
4e9fdc1477
fix(lifecycle): don't set NODE_PRESERVE_SYMLINKS to 1
...
With the new store and node_modules structure the pnpm leverages
symlinks preserving is not only unnecessary, it hurts.
2017-01-25 22:58:01 +02:00
zkochan
1647adaabe
fix(logging): lifecycle logs text
2017-01-16 20:49:18 +02:00
zkochan
a7d508782c
refactor: move reporters to separate packages
2017-01-16 20:49:18 +02:00
zkochan
a33870b4b9
refactor: use pnpm namespaced logs
2017-01-16 20:49:18 +02:00
zkochan
53f94417e7
feat(log): use ndjson for console output
...
Close #538
2017-01-16 20:49:18 +02:00
zkochan
c66ae6ad71
fix: force Node to preserve symlinks
...
From Node.js v7.1.0 it is possible to set the NODE_PRESERVE_SYMLINKS
environment variable to 1 to make Node preserve symlinks.
To leverage this new feature, before passing through to `npm run`, pnpm
sets PRESERVE_SYMLINKS to 1.
Ref #463
2016-11-10 22:31:05 +02:00
zkochan
00986f041d
refactor: move PATH env name detection to separate package
2016-10-20 21:51:20 +03:00
zkochan
3c76e2a403
fix(lifecycle): npm scripts can find bin files of dependencies
2016-10-15 19:47:54 +03:00
zkochan
38dc0f99c1
fix(scripts): build native addons
2016-10-05 22:30:23 +03:00
zkochan
f2b0960f8a
style(*.ts): .ts files have camelCase names
2016-09-14 22:06:28 +03:00