11 Commits

Author SHA1 Message Date
Joey Perrott
d1ea1f4c7f build: update license headers to reference Google LLC ()
Update the license headers throughout the repository to reference Google LLC
rather than Google Inc, for the required license headers.

PR Close 
2020-05-26 14:26:58 -04:00
George Kalpakas
9975486954 build: remove local yarn ()
We use the globally installed yarn now. The local yarn was used in
`check-environment.js` only, which results in the `--integrity` check
always failing (if dependencies were installed with the global yarn).
2017-11-02 15:11:34 -07:00
Olivier Combe
0f5c70d563 build: update npm dependencies ()
PR Close 
2017-09-22 13:20:52 -07:00
Olivier Combe
f48b343af1 build: switch from npm to yarn ()
PR Close 
2017-09-22 13:20:52 -07:00
Victor Berchet
cf269d9ff4 refactor: add license header to JS files & format files () 2016-10-04 20:39:20 -07:00
Chuck Jazdzewski
43d3a84df3 Revert "refactor: add license header to JS files & format files ()"
This reverts commit 8310c918236c2bc085a0fd4278ee96106c5c2f1a.
2016-10-04 14:06:41 -07:00
Victor Berchet
8310c91823 refactor: add license header to JS files & format files () 2016-10-04 13:15:49 -07:00
Pawel Kozlowski
05266241af build(npm): short-circuit npm install if node_modules are healthy
Closes 
2016-05-13 22:07:41 +02:00
Brian Ford
6cfc6f5bb2 build(npm): upgrade to npm v3
Closes 
2016-01-22 03:25:32 +00:00
Igor Minar
c2c361efcf build(npm): don't rely on fs-extra when purging node_modules
Travis creates an empty node_modules directory when the cache is empty which confuses
our current script into thinking that it's ok to require fs-extra. While this is rare,
it's better not to depend on anything in node_modules when purging it, so I reimplemented
recorsive delete that we use to purse node_modules.
2015-07-01 09:19:03 -07:00
Igor Minar
7140c9cc34 build: make 'npm install' work reliably and issue build warning when node_modules look stale
This is done a in bit kludgy way on purpose so that it works on Windows and CI.

Works around npm/npm#8452.

Closes 
2015-06-08 13:05:04 -07:00