Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggingfuture committed Jul 5, 2024
1 parent 27414c2 commit 359629d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Export
run: pnpm --filter web export
run: pnpm --filter web build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
// until fix xstate types
ignoreBuildErrors: true,
},
output: 'export',
reactStrictMode: false,
transpilePackages: ["@repo/ui"],
};
1 change: 0 additions & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"test": "vitest",
"start": "next start",
"lint": "eslint . --max-warnings 0"
Expand Down

0 comments on commit 359629d

Please sign in to comment.