Zoltan Kochan
1381b8a740
revert: set link-workspace-packages to true
...
This reverts commit a4206d380c .
2018-08-22 00:19:57 +03:00
Zoltan Kochan
a4206d380c
chore: set link-workspace-packages to true
2018-08-21 23:36:11 +03:00
Zoltan Kochan
1a9dbf87f2
chore: improve DX by using pnpm recursive commands
2018-06-06 10:02:19 +03:00
Zoltan Kochan
98c7c957d7
feat: drop Node.js 4 support
...
BREAKING CHANGE:
Node.js>=6 is required
2018-05-14 01:33:25 +03:00
Zoltan Kochan
f5c3482bfd
chore: adopt @pnpm/config to the multi-package repo
2018-05-13 16:44:14 +03:00
Zoltan Kochan
5159b52681
chore: adopt @pnpm/default-reporter to the multi-package repo
2018-05-13 15:05:31 +03:00
Zoltan Kochan
1bf9a4b4d3
test: @pnpm/headless
2018-05-13 02:00:19 +03:00
Zoltan Kochan
5e816d0c3a
feat: create @pnpm/utils
2018-05-13 00:55:25 +03:00
Zoltan Kochan
58b6ab4d29
chore: move commitlint to tools/
2018-05-12 14:45:47 +03:00
Zoltan Kochan
156a6652ec
ci: run tests in each package
2018-05-12 13:49:43 +03:00
Daniel Ruf
dea150e232
chore: clone only the last 5 commits
2018-05-11 21:18:15 +03:00
Zoltan Kochan
98821dffa2
ci(travis): test on Node.js 10
2018-05-05 21:38:52 +03:00
Zoltan Kochan
f1f5698383
ci: npm set verify-store-integrity false
2018-04-01 22:06:45 +03:00
Zoltan Kochan
b2824ad38b
ci: install with verify-store-integrity
2018-03-24 17:24:27 +02:00
Zoltan Kochan
132a9246dd
ci: update the installation script
2018-03-24 16:25:11 +02:00
Zoltan Kochan
e9e0e17eb0
ci: use pnpm@1.33.2 for installation
2018-02-25 23:41:21 +02:00
Zoltan Kochan
4205d278f3
ci: install pnpm@1.32.1 with the self-installer
2018-02-18 20:02:53 +02:00
Zoltan Kochan
1fe10b0c06
refactor: move @pnpm/self-installer to separate repo
2018-01-08 16:47:05 +02:00
Zoltan Kochan
498e2057f1
ci: use pnpm@1.23.2 to install next version of pnpm
2017-12-20 09:55:35 +02:00
Zoltan Kochan
93f0b94c25
test: run tests of self-installer separately from the main tests
2017-11-12 00:53:31 +02:00
zkochan
55554c0d46
ci(travis): turn off email notifications
2017-11-11 23:36:22 +02:00
zkochan
012e66e3ec
ci: test on Node.js 9
2017-11-11 23:34:45 +02:00
zkochan
0df85f577f
chore: use package-preview
2017-11-01 09:12:09 +02:00
zkochan
739fcc5df1
ci(travis): run tests with npm t
2017-10-28 21:47:32 +03:00
zkochan
67a7ac3bdf
ci: run tests of self-installer
2017-10-20 19:07:26 +03:00
Zoltan Kochan
4346e070c6
ci: testing whether pnpm can upgrade itself
2017-10-08 22:14:17 +03:00
zkochan
0bce40f4a5
feat: create @pnpm/self-installer
...
Create a standalone script for installing pnpm w/o npm.
Close #889
2017-10-08 02:01:11 +03:00
Zoltan Kochan
682416dd38
chore: use commitlint instead of validate-commit-msg
2017-09-25 22:26:58 +03:00
Unknown
b0488374d0
chore(package): add publishConfig
2017-09-15 20:36:54 +03:00
zkochan
eb3c671c58
ci: don't cache
2017-06-16 09:17:37 +03:00
Zoltan Kochan
b8d8033a8d
ci: run tests on Node v8
2017-05-30 23:04:19 +03:00
zkochan
5522d59acf
ci: caching the local registry not the store
2017-04-27 11:25:45 +03:00
zkochan
068b682c41
ci(travis): test on Node.js v7
2017-03-22 22:56:04 +02:00
zkochan
5fd90f4df6
ci(travis): test on v7.6 instead of v7
...
There is some issue with building native addons on v7.7
2017-03-02 00:32:31 +02:00
Zoltan Kochan
96f9505b74
ci: remove docs generation
2017-02-04 15:39:55 +02:00
zkochan
7fe8ae7283
ci: remove .pnpm-cache from cache
2017-02-03 22:33:12 +02:00
zkochan
ea01adcd61
chore(CI): cache the store
2017-01-28 15:32:03 +02:00
zkochan
92cf129b19
chore: change repo URL
2017-01-23 22:36:01 +02:00
zkochan
5f3c6d31a3
chore(CI): run tests on Node.js v7 as well
2016-11-10 02:34:20 +02:00
zkochan
f7b8a074aa
chore(CI): use pnpm instead of pnpm-rocket
...
pnpm-rocket is experimental. Use pnpm for installing the dependencies
of itself.
2016-09-24 13:32:28 +03:00
Zoltan Kochan
f53fd7102f
chore(CI): use pnpm-rocket for installation
2016-08-31 20:18:42 +03:00
Zoltan Kochan
849d3ef4c9
refactor(CI): don't pass the quiet option to pnpm
...
pnpm is quiet on CI servers by default from v0.26.2
2016-08-25 14:03:35 +03:00
Zoltan Kochan
1c290d616c
chore(CI): do not cache node_modules on Travis
...
Seems like sometimes the tests fail because pnpm install
works incorrectly with packages cached by Travis.
This is a temporal fix. The issue should be fixed via
fixing it in pnpm.
2016-08-24 02:14:26 +03:00
Zoltan Kochan
82f9f56aad
chore(travis,appveyor): use pnpm for installation
2016-08-21 00:37:10 +03:00
Zoltan Kochan
46bcdac831
Add a public API
...
No breaking changes. An additional function exposed for package dependencies installation.
close #125
2016-08-16 14:54:56 +03:00
Zoltan Kochan
cd682be26b
Drop support for Node < 4
2016-08-10 21:06:20 +03:00
Amila Welihinda
b33b2f133f
Added travis support for node 4 semvar
...
This makes more sense, as it tests against the latest version of node 4
2016-08-01 01:48:25 +03:00
Rico Sta. Cruz
1cbb909951
Fix test for 0.10
2016-02-02 03:00:26 +08:00
Rico Sta. Cruz
4475f64151
Drop support for npm1.x
2016-02-02 02:25:10 +08:00
Rico Sta. Cruz
177210cbc8
Run babel before publishing
2016-02-02 02:23:17 +08:00