0.1.3 (#4)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: Julien Valverdé <julien.valverde@mailo.com>
Reviewed-on: https://git.jvalver.de/Thilawyn/zod-schema-class/pulls/4
This commit was merged in pull request #4.
This commit is contained in:
Julien Valverdé
2024-03-24 22:24:25 +01:00
parent 2e09d9a0e0
commit 07e1eabcf1
35 changed files with 796 additions and 1022 deletions

View File

@@ -16,8 +16,8 @@ local lint_step = {
local build_step = {
name: "build",
image: bun_image,
commands: ["bun run build"],
image: node_image,
commands: ["npm run build"],
};
local pack_step = {