No description
Find a file
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
.github [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
.husky [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
.yarn transfer-out: transfer out 2023-04-25 12:01:25 +01:00
apps [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
assets lite: run prettier on js + json files 2023-05-02 16:12:34 +01:00
config [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
packages [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
scripts add env and prefix output options to exec (#1217) 2023-05-02 16:13:09 +00:00
.eslintignore [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
.eslintplugin.js transfer-out: transfer out 2023-04-25 12:01:25 +01:00
.eslintrc.js transfer-out: transfer out 2023-04-25 12:01:25 +01:00
.gitignore Added pHYs to import/export of png images (#1200) 2023-04-29 22:10:01 +00:00
.prettierignore transfer-out: transfer out 2023-04-25 12:01:25 +01:00
.prettierrc [fix] pick a better default language (#1201) 2023-04-29 23:06:02 +00:00
.yarnrc.yml lite: tweak lockfile name 2023-04-25 12:01:38 +01:00
CODE_OF_CONDUCT.md transfer-out: transfer out 2023-04-25 12:01:25 +01:00
CONTRIBUTING.md transfer-out: transfer out 2023-04-25 12:01:25 +01:00
lazy.config.ts [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
lerna.json transfer-out: transfer out 2023-04-25 12:01:25 +01:00
LICENSE transfer-out: transfer out 2023-04-25 12:01:25 +01:00
package.json lite: run prettier on js + json files 2023-05-02 16:12:34 +01:00
public-yarn.lock [chore] update lazyrepo (#1211) 2023-05-02 12:25:26 +00:00
README.md Alex/test (#1202) 2023-04-25 17:17:31 +01:00

tldraw-lite

test test

tldraw