Add .run dir
This commit is contained in:
parent
ba2062cd25
commit
b0c741ab98
4 changed files with 10 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -173,6 +173,3 @@ dist
|
|||
|
||||
# Finder (MacOS) folder config
|
||||
.DS_Store
|
||||
|
||||
# And of course,
|
||||
.run
|
3
.run/build
Executable file
3
.run/build
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
#DESCRIPTION# A rundir script
|
||||
bun build --target bun --compile ./src/cli.ts --outfile rundir
|
3
.run/format
Executable file
3
.run/format
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
#DESCRIPTION# Format the repo, writing the formatted files to disk
|
||||
bunx biome format . --write
|
3
.run/test
Executable file
3
.run/test
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
#DESCRIPTION# A rundir script
|
||||
echo 'Hello, world!'
|
Loading…
Add table
Add a link
Reference in a new issue