Skip to content

Commit

Permalink
chore(scripts): add format script
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Feb 11, 2021
1 parent af43a37 commit d0137b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"build:types": "lerna run build:types --no-private",
"build:umd": "lerna run build:umd --no-private",
"build": "lerna run build --no-private",
"format": "prettier --write .",
"lint:css": "stylelint packages/*/src/**/*.scss",
"lint": "eslint --ext .js,.ts,.tsx .",
"playground:start": "yarn workspace @algolia/js-example start",
Expand Down

0 comments on commit d0137b9

Please sign in to comment.