Skip to content

Commit

Permalink
🔧 chore: Update mako
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 7, 2025
1 parent 733c118 commit 92a3ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default defineConfig({
favicons: ['https://lobehub.com/favicon.ico'],
jsMinifier: 'swc',
locales: [{ id: 'en-US', name: 'English' }],
mako: isWin ? false : {},
mako: isWin || isProduction ? false : {},
mfsu: isWin ? undefined : {},
npmClient: 'pnpm',
publicPath: '/',
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pkg.pr.new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
push:
branches:
- '!main'
- '!master'

jobs:
release:
Expand All @@ -28,4 +28,4 @@ jobs:
run: bun run build

- name: Release
run: bunx pkg-pr-new publish
run: bunx pkg-pr-new publish --comment=update

0 comments on commit 92a3ca2

Please sign in to comment.