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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user