Skip to content

Commit

Permalink
Fix main build
Browse files Browse the repository at this point in the history
  • Loading branch information
huntharo committed Dec 12, 2021
1 parent 2e82440 commit 7d5b427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d5b427

Please sign in to comment.