Skip to content

Commit

Permalink
feat: update reference cli package
Browse files Browse the repository at this point in the history
  • Loading branch information
huid committed Jul 26, 2024
1 parent e307bfb commit b12f341
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"private": false,
"scripts": {
"prepare": "husky",
"build": "rm -rf ./dist/ && huid-refs-cli",
"start": "huid-refs-cli --watch",
"build": "rm -rf ./dist/ && huid-reference-cli",
"start": "huid-reference-cli --watch",
"prettier": "prettier --write '**/*.{mjs,css,json,prettierrc,lintstagedrc}'",
"markdownlint": "npx markdownlint-cli --fix ./docs/*.md"
},
Expand All @@ -31,7 +31,7 @@
"husky": "^9.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"huid-refs-cli": "0.0.1",
"huid-reference-cli": "0.0.1",
"markdownlint": "^0.33.0",
"markdownlint-cli": "^0.39.0"
},
Expand Down

0 comments on commit b12f341

Please sign in to comment.