Skip to content

Commit

Permalink
Merge pull request #39 from y3owk1n/develop
Browse files Browse the repository at this point in the history
format and fix pnpm cache
  • Loading branch information
y3owk1n authored Jun 19, 2023
2 parents 1a12a94 + 088bc65 commit 65cc564
Show file tree
Hide file tree
Showing 17 changed files with 7,107 additions and 9,849 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
- run: pnpm install --no-frozen-lockfile
- run: pnpm install
- run: pnpm ci --if-present
- run: pnpm format
- name: Commit changes
Expand Down
3 changes: 1 addition & 2 deletions contentlayer.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import type { UnistNode, UnistTree } from "@/types/unist-builder";
import {
defineDocumentType,
makeSource,
Expand All @@ -9,8 +10,6 @@ import { codeImport } from "remark-code-import";
import remarkGfm from "remark-gfm";
import { visit } from "unist-util-visit";

import type { UnistNode, UnistTree } from "@/types/unist-builder";

const computedFields: ComputedFields = {
slug: {
type: "string",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@vercel/og": "^0.5.7",
"class-variance-authority": "^0.6.0",
"contentlayer": "^0.3.3",
Expand All @@ -45,7 +46,6 @@
"zod-validation-error": "^1.3.1"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@next/eslint-plugin-next": "^13.4.6",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "^20.3.1",
Expand Down
Loading

1 comment on commit 65cc564

@vercel
Copy link

@vercel vercel bot commented on 65cc564 Jun 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

blog – ./

blog-git-main-y3owk1n.vercel.app
blog-y3owk1n.vercel.app
www.kylewong.my
kylewong.my

Please sign in to comment.