Logo
Explore Help
Sign In
gortium/openconcho
1
0
Fork 0
You've already forked openconcho
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
5e05d25b463f079cab6a7d55ca0a4a1dfe85fca7
openconcho/Makefile

23 lines
308 B
Makefile
Raw Normal View History

chore(fire-tools): upgrade stamp to v1.13.2 - pnpm catalog: centralize version governance for biome, ts, vitest, zod, semantic-release, react, vite, and testing deps - biome 1.9.4 → 2.4.13: migrate config (organizeImports → assist, files.ignore → files.includes, enable tailwindDirectives for @theme) - zod 3.24.3 → 4.3.6: update error message API to { message: "..." } and .errors → .issues in all 4 Zod-using files - vitest 3.2.3 → 4.1.5 - semantic-release 24.x → 25.0.3 - typescript 6.0.3 (ahead of 5.9.x standard; intentional) - add commitlint 20.x with conventional config - add husky 9.x with commit-msg and pre-commit hooks - add .github/actions/setup composite action; update all 3 workflows - fix: remove pnpm version: 9 from all workflows (reads packageManager) - fix: node-version 20 → 24 in all 3 workflows - add Makefile with dev/build/test/lint/typecheck/install targets
2026-04-27 11:20:47 -05:00
.PHONY: dev build test lint lint-fix typecheck install
dev:
pnpm --filter @openconcho/desktop dev
build:
pnpm turbo run build
test:
pnpm turbo run test
lint:
pnpm turbo run lint
lint-fix:
pnpm exec biome check --write packages/web/src/
typecheck:
pnpm turbo run typecheck
install:
pnpm install
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.4 Page: 56ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API