From: Eduardo San Martin Morote Date: Thu, 19 Aug 2021 08:39:15 +0000 (+0200) Subject: build: remove todo X-Git-Tag: @pinia/nuxt@0.0.1~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fdce7b13b9a7c911026ea4087db58f9b04ab937f;p=thirdparty%2Fvuejs%2Fpinia.git build: remove todo --- 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",