diff --git a/package.json b/package.json index 121cff876a..d748aeca9c 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,14 @@ "start:storybook": "yarn workspace vuestic-ui start:storybook", "build:types": "yarn workspace vuestic-ui build:types", "test:unit": "yarn workspace vuestic-ui test:unit", - "test:bundlers": "yarn workspace bundler-test test", + "test:bundlers": "yarn build:nuxt && yarn workspace bundler-test test", "lint:style": "yarn workspace vuestic-ui lint:style", "serve:docs": "yarn workspace docs serve", "build:docs": "yarn workspace docs build", "build:docs:ci": "yarn workspace docs build:ci", "push": "yarn workspace vuestic-ui push", "push-production": "yarn workspace vuestic-ui push-production", + "build:nuxt": "yarn workspace @vuestic/nuxt build", "generate:docspage": "yarn workspace docs generate:docspage", "generate:component": "yarn workspace docs generate:component", "sandbox:vite": "yarn workspace sandbox dev:vite", diff --git a/packages/deploy/release-script/release-script.ts b/packages/deploy/release-script/release-script.ts index 7c37759207..5db7c722c8 100644 --- a/packages/deploy/release-script/release-script.ts +++ b/packages/deploy/release-script/release-script.ts @@ -67,8 +67,10 @@ const getReleaseConfig = async (releaseType: ReleaseType): Promise