3 Commits

Author SHA1 Message Date
fdc4802d68 chore: format
All checks were successful
🚀 Release / release (push) Successful in 3m46s
2026-02-03 15:39:21 +01:00
5a30fce4ec chore(ci): make release script work with sh
Some checks failed
🚀 Release / release (push) Failing after 2m51s
2026-02-03 15:33:25 +01:00
0d0eb65ddd chore(ci): add jq and git to ci docker image 2026-02-03 15:33:12 +01:00
5 changed files with 2 additions and 10 deletions

View File

@@ -51,8 +51,6 @@ tmp_changelog="CHANGELOG.tmp"
mv "$tmp_changelog" CHANGELOG.md
pnpm run format
# -------------------------------------------------------------------
# 4. Create release commit
# -------------------------------------------------------------------

View File

@@ -1,5 +0,0 @@
## v0.0.1 (2026-02-03)
chore: format
---

View File

@@ -1,7 +1,7 @@
{
"name": "@nodarium/app",
"private": true,
"version": "0.0.1",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

@@ -1,5 +1,4 @@
{
"version": "0.0.1",
"scripts": {
"postinstall": "pnpm run -r --filter 'ui' build",
"build": "pnpm build:nodes && pnpm build:app",

View File

@@ -1,6 +1,6 @@
{
"name": "@nodarium/types",
"version": "0.0.1",
"version": "0.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {