Commit graph

7 commits

Author SHA1 Message Date
Renée Kooi
5932e49a17
Fix crash when lib/ doesn't exist yet 2019-01-14 14:38:44 +01:00
Renée Kooi
c9e1c4d1ed
Only rebuild changed files with npm run build:lib
This makes it faster in most cases, so we have to wait less.

The FRESH=1 environment variable forces recompiling all source files,
and is used in the release script to be doubly sure that everything
we publish is up to date.

```bash
FRESH=1 npm run build:lib
```
2019-01-14 14:25:17 +01:00
Ifedapo Olarewaju
f2ee127e81 rename 'server-utils' to 'companion-client' 2018-07-22 18:53:57 +01:00
Ifedapo Olarewaju
9a841f693a refactor: rename service-dog -> companion 2018-07-22 18:53:57 +01:00
Ifedapo Olarewaju
55cc20a31c move uppy-server to "service-dog" 2018-07-22 18:53:56 +01:00
Renée Kooi
2c67c89b8d
Small build fixes. 2018-06-18 12:41:28 +02:00
Renée Kooi
8b1bae796d
Add Babel build script for Lerna.
Builds packages/*/src/**/*.js into packages/*/lib/**/*.js, ignoring
tests.
2018-06-14 16:31:19 +02:00