Changement système de branches: passage à main et unification des versions via CMake
All checks were successful
Lint / lint (backend) (push) Successful in 1m18s
Backend Tests / test (push) Successful in 1m18s
Lint / lint (documentation) (push) Successful in 1m18s
Lint / lint (frontend) (push) Successful in 1m15s

This commit is contained in:
Mathis HERRIOT
2026-01-20 10:39:53 +01:00
parent 2df45af305
commit 597a4d615e
8 changed files with 395 additions and 4 deletions

View File

@@ -1,8 +1,10 @@
{
"name": "@memegoat/source",
"version": "0.0.1",
"version": "0.0.0",
"description": "",
"scripts": {
"version:get": "cmake -P version.cmake GET",
"version:set": "cmake -P version.cmake SET",
"build": "pnpm run build:back && pnpm run build:front && pnpm run build:docs",
"build:front": "pnpm run -F @memegoat/frontend build",
"build:back": "pnpm run -F @memegoat/backend build",