Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mujahidkay committed Sep 12, 2024
1 parent 1fc4e50 commit ba86481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"test": "ava",
"lint-fix": "yarn lint --fix",
"lint": "eslint 'snippets/**/*.js'",
"format": "prettier --write '**/*.md' --config .prettierrc.json",
"lint:format": "prettier --check '**/*.md' --config .prettierrc.json",
"build": "exit 0"
},
"packageManager": "[email protected]",
Expand Down

0 comments on commit ba86481

Please sign in to comment.