Build system refactoring
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Julien Valverdé
2024-03-23 14:55:00 +01:00
parent e2fbc1558a
commit bd6125c53e
6 changed files with 19 additions and 54 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 = {