chore: script

This commit is contained in:
devthejo 2025-07-02 13:26:03 +02:00
parent 30bc626a76
commit 8c88611c6c

View file

@ -23,6 +23,7 @@
"dev": "yarn dev:up && yarn dev:logs", "dev": "yarn dev:up && yarn dev:logs",
"dev:up": "up", "dev:up": "up",
"dev:logs": "dev-logs", "dev:logs": "dev-logs",
"up:modjo": "git stash && yarn up @modjo/* && git stash pop",
"release": "commit-and-tag-version", "release": "commit-and-tag-version",
"lint": "eslint .", "lint": "eslint .",
"test": "jest tests", "test": "jest tests",