This release fixes the issue, when zx flushes external node_modules on linking #1348 #1349 #1355
Also globby@15.0.0 arrives here.
A tool for writing better scripts
#!/usr/bin/env zx
await $`cat package.json | grep name`
const branch = await $`git branch --show-current`
await $`dep deploy --branch=${branch}`
await Promise.all([
$`sleep 1; echo 1`,
$`sleep 2; echo 2`,
$`sleep 3; echo 3`,
])
const name = 'foo bar'
await $`mkdir /tmp/${name}`
This release fixes the issue, when zx flushes external node_modules on linking #1348 #1349 #1355
Also globby@15.0.0 arrives here.
#!/usr/bin/env zx
await $`cat package.json | grep name`
const branch = await $`git branch --show-current`
await $`dep deploy --branch=${branch}`
await Promise.all([
$`sleep 1; echo 1`,
$`sleep 2; echo 2`,
$`sleep 3; echo 3`,
])
const name = 'foo bar'
await $`mkdir /tmp/${name}`
This release fixes the issue, when zx flushes external node_modules on linking #1348 #1349 #1355
Also globby@15.0.0 arrives here.