Skip to content

Commit

Permalink
🔧 chore: update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Dec 28, 2023
1 parent a9c213f commit 322c90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"scripts": {
"build": "father build",
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check && npm run doctor",
"devs": "father dev",
"doctor": "father doctor",
"lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
Expand Down

0 comments on commit 322c90c

Please sign in to comment.