diff --git a/package.json b/package.json index d7c5db3..9cce1e9 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "dev": "yarn dev:up && yarn dev:logs", "dev:up": "up", "dev:logs": "dev-logs", + "up:modjo": "git stash && yarn up @modjo/* && git stash pop", "release": "commit-and-tag-version", "lint": "eslint .", "test": "jest tests",