Skip to content

Commit

Permalink
πŸ› fix: Fix scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 17, 2023
1 parent b8e3e7f commit dea5c8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -19,8 +19,7 @@
"dev": "next dev -p 3020",
"i18n": "lobe-i18n",
"icon-sync": "node ./scripts/syncSimpleIconList.mjs",
"lint": "npm run lint:ts && npm run lint:style && npm run type-check && npm run lint:circular",
"lint:circular": "dpdm src/**/*.ts --warning false --tree false --exit-code circular:1 -T true",
"lint": "npm run lint:ts && npm run lint:style && npm run type-check",
"lint:md": "remark . --quiet --frail --output",
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:ts": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
@@ -1,3 +1,3 @@
{
"installCommand": "pnpm i -g bun && bun i"
"installCommand": "/bun1/bun install"
}

0 comments on commit dea5c8c

Please sign in to comment.