Skip to content

Commit 2a4f1aa

Browse files
committed
chore: Cleans up unused code tools
1 parent 3099420 commit 2a4f1aa

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

.release-it.json

-13
This file was deleted.

.tool-versions

-1
This file was deleted.

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,18 @@ A programatic API is available by importing `taskless` from `@taskless/loader/co
5353

5454
(coming soon)
5555

56+
# Building
57+
58+
```bash
59+
# Build the project
60+
pnpm install
61+
pnpm build
62+
63+
# to retrieve the latest artifacts from Taskless
64+
# calls scripts/generate.ts
65+
pnpm codegen
66+
```
67+
5668
# License
5769

5870
Apache 2.0

0 commit comments

Comments
 (0)