From: Eduardo San Martin Morote Date: Fri, 8 Jul 2022 15:22:23 +0000 (+0200) Subject: ci: prepare types X-Git-Tag: @pinia/nuxt@0.3.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0648e92348706278d25e71b1efb3ea93b597b1c;p=thirdparty%2Fvuejs%2Fpinia.git ci: prepare types --- diff --git a/packages/nuxt/package.json b/packages/nuxt/package.json index 302d5fd7..dc76194e 100644 --- a/packages/nuxt/package.json +++ b/packages/nuxt/package.json @@ -45,7 +45,7 @@ "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build --stub && nuxi prepare playground", - "test:types": "nuxi typecheck", + "test:types": "pnpm dev:prepare && nuxi typecheck", "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l @pinia/nuxt -r 1" }, "dependencies": {