Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Co-authored-by: Kanad Gupta <[email protected]>
  • Loading branch information
erunion and kanadgupta authored Aug 4, 2023
1 parent 031b645 commit 0edfce5
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 @@ -9,8 +9,8 @@
"lint": "eslint . --ext .js,.ts; npm run lint:types; npm run prettier",
"lint:types": "npm run lint:types --if-present --workspaces",
"prepare": "husky install",
"prettier": "prettier --list-different \"./**/**.{js,ts,md}\"",
"prettier:write": "prettier --list-different --write \"./**/**.{js,ts,md}\"",
"prettier": "prettier --check .",
"prettier:write": "prettier --check --write .",
"publish": "npx lerna publish",
"pretest": "npm run build",
"test": "npx lerna run test --stream",
Expand Down

0 comments on commit 0edfce5

Please sign in to comment.