Skip to content

Commit

Permalink
🔧 chore: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Jan 7, 2025
1 parent 0e4b0de commit 970d240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check",
"dev": "concurrently -n dumi,example -c blue,yellow \"npm run build:watch\" \"npm run docs:dev\"",
"docs:build": "npm run build --prefix=example",
"docs:dev": "npm run dev --prefix=example",
"docs:build": "cd example && npm run build",
"docs:dev": "cd example && npm run dev",
"doctor": "father doctor",
"lint": "eslint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:circular": "dpdm src/**/*.{ts,tsx} --warning false --tree false --exit-code circular:1 -T true",
Expand Down

0 comments on commit 970d240

Please sign in to comment.