diff --git a/.github/workflows/main-build.yml b/.github/workflows/main-build.yml index e0bc2ac..9879f6e 100644 --- a/.github/workflows/main-build.yml +++ b/.github/workflows/main-build.yml @@ -48,12 +48,12 @@ jobs: - name: Apply Next.js Version run: | - npx microapps-publish nextjs-version -n ${PACKAGE_VERSION} + npx -w @pwrdrvr/microapps-app-release microapps-publish microapps-publish nextjs-version -n ${PACKAGE_VERSION} - name: Build Serverless Next.js run: | - npx serverless + npx -w @pwrdrvr/microapps-app-release microapps-publish serverless - name: Build Story Book run: | - npm run build-storybook + npm run -w @pwrdrvr/microapps-app-release microapps-publish build-storybook