From fdce7b13b9a7c911026ea4087db58f9b04ab937f Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 19 Aug 2021 10:39:15 +0200 Subject: [PATCH] build: remove todo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b8d3945e..39976e53 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "packages/*" ], "scripts": { - "release": "node TODO: scripts/release.mjs", + "release": "node scripts/release.mjs", "size": "lerna run size", "build": "lerna run build --parallel", "docs:build": "lerna run docs:build --scope @pinia/docs", -- 2.47.3