Skip to content

Commit

Permalink
chore: disable mako for docs (#2162)
Browse files Browse the repository at this point in the history
* chore: disable mako build

* chore(deps): update react version

* ci: fix pnpm install

* chore(deps): update lock
  • Loading branch information
Jinbao1001 authored Jul 4, 2024
1 parent e09f92e commit 28aaa6d
Show file tree
Hide file tree
Showing 4 changed files with 983 additions and 440 deletions.
4 changes: 2 additions & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { version } from './package.json';

export default defineConfig({
html2sketch: {},
mako: {},
// mako: {},
favicons: [
'https://gw.alipayobjects.com/zos/bmw-prod/d3e3eb39-1cd7-4aa5-827c-877deced6b7e/lalxt4g3_w256_h256.png',
],
Expand All @@ -27,7 +27,7 @@ Powered by self`,
},
...(process.env.NODE_ENV === 'development'
? {}
: { ssr: { builder: 'mako' } }),
: { ssr: { builder: 'webpack' } }),
analytics: {
ga_v2: 'G-GX2S89BMXB',
},
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
target: wasm32-wasi

- name: Install pnpm
uses: pnpm/action-setup@v2.2.2
uses: pnpm/action-setup@v4
with:
run_install: false

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-packagejson": "^2.4.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react": "^19.0.0-rc-9c6806964f-20240703",
"react-dom": "^19.0.0-rc-9c6806964f-20240703",
"stylelint": "^15.10.2",
"ts-node": "^10.9.1",
"typescript": "~5.0.4",
Expand Down
Loading

0 comments on commit 28aaa6d

Please sign in to comment.