tldraw/scripts
alex 859fff480d
add env and prefix output options to exec (#1217)
We make use of this `exec` function for the new huppy bot. For that, I
needed to support a couple of extra use-cases: extending the `env` used
to evaluate a command, and prefixing the command output with a string.

In use, these look something like this:
```ts
await exec('my', ['command'], {
    env: {HELLO: 'world'},
    ...prefixOutput('my prefix'),
})
```
2023-05-02 16:13:09 +00:00
..
lib add env and prefix output options to exec (#1217) 2023-05-02 16:13:09 +00:00
api-check.ts derived presence state (#1204) 2023-04-27 18:03:19 +00:00
build-api.ts [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
build-package.ts [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
CHANGELOG.md transfer-out: transfer out 2023-04-25 12:01:25 +01:00
check-scripts.ts [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
clean.sh [chore] use explicit yarn in clean script (#1216) 2023-05-02 13:33:30 +00:00
lint.ts lite: run prettier on js + json files 2023-05-02 16:12:34 +01:00
package.json [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
postpack.sh transfer-out: transfer out 2023-04-25 12:01:25 +01:00
prepack.ts [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
publish-canary.ts transfer-out: transfer out 2023-04-25 12:01:25 +01:00
publish-manual.ts transfer-out: transfer out 2023-04-25 12:01:25 +01:00
publish-new.ts transfer-out: transfer out 2023-04-25 12:01:25 +01:00
refresh-assets.ts transfer-out: transfer out 2023-04-25 12:01:25 +01:00
tsconfig.json transfer-out: transfer out 2023-04-25 12:01:25 +01:00
typecheck.ts transfer-out: transfer out 2023-04-25 12:01:25 +01:00