From 04fc86e0b19b4bcffe977a64aecaafea075e6d79 Mon Sep 17 00:00:00 2001 From: Oskar Lebuda Date: Mon, 25 Nov 2024 20:11:23 +0100 Subject: [PATCH] feat(core): release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index afd1469..cb70f49 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build": "nx run-many --target=build --all", "dev": "nx watch --all -- nx run \\$NX_PROJECT_NAME:build", "test": "nx run-many -t test", - "release": "nx release --yes", + "release": "nx release", "lint": "prettier -c --parser typescript \"packages/*/**/*.[jt]s?(x)\" --write", "postinstall": "simple-git-hooks" },