Skip to content

Commit

Permalink
Merge branch 'core' into 404-500
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Jul 28, 2022
2 parents 443a23b + 29dc746 commit ef65eff
Show file tree
Hide file tree
Showing 38 changed files with 1,025 additions and 227 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-pens-fetch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nextra-theme-blog': patch
---

fix blog build error
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[*]
indent_style = space
indent_size = 2
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ jobs:
- name: Test
run: pnpm test

- name: clean
- name: Clean
run: pnpm clean

- name: Build
run: pnpm build

- name: Type Check
run: pnpm run types:check

- name: Site
run: pnpm run build:all
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build:tailwind build --filter=./packages/*",
"types": "turbo run types --filter=./packages/*",
"types:check": "turbo run types:check",
"dev:core": "turbo run dev --filter=nextra...",
"dev:theme-blog": "turbo run dev --filter=blog...",
Expand All @@ -25,8 +24,7 @@
"prettier-plugin-tailwindcss": "^0.1.13",
"rimraf": "^3.0.2",
"turbo": "^1.3.4",
"typescript": "^4.7.4",
"vitest": "^0.19.1"
"typescript": "^4.7.4"
},
"prettier": {
"semi": false,
Expand All @@ -40,6 +38,7 @@
],
"pnpm": {
"overrides": {
"vitest": "^0.19.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@mdx-js/react": "^2.1.2",
Expand Down

0 comments on commit ef65eff

Please sign in to comment.