Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
songkeys committed Dec 26, 2023
1 parent 7b0b0ad commit 7c40610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions apps/docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ const withMDX = WithMDX({
},
})

const withTM = WithTm({
transpileModules: ['@rss3/mantine-theme'],
})
const withTM = WithTm(['@rss3/mantine-theme'])

/** @type {import('next').NextConfig} */
const nextConfig = {
Expand Down
6 changes: 2 additions & 4 deletions packages/mantine-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@
"main": "./dist/mantine/index.js",
"module": "./dist/mantine/index.mjs",
"types": "./dist/mantine/index.d.ts",
"files": [
"dist"
],
"files": ["dist"],
"scripts": {
"build": "tsup",
"format": "biome format . --write",
"lint": "biome check .",
"lint:fix": "biome check . --apply",
"prepublishOnly": "npm run build:package",
"prepublishOnly": "npm run build",
"release": "bumpp",
"typecheck": "tsc --noEmit"
},
Expand Down

0 comments on commit 7c40610

Please sign in to comment.