Skip to content

Commit

Permalink
Add prettier to lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Feb 25, 2024
1 parent fc431e3 commit 86a06da
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 @@ -10,7 +10,7 @@
"build": "tsc && prettier --write ./src ./dist",
"watch": "tsc -w",
"test:watch": "npm run test -- --watch",
"lint": "eslint ./src",
"lint": "prettier --check ./src ./dist && eslint ./src",
"minify": "terser dist/morphlex.js -o dist/morphlex.min.js -c -m --module",
"prepare": "npm run build && npm run minify",
"ship": "npm run prepare && npm run test && npm run lint && npm publish"
Expand Down

0 comments on commit 86a06da

Please sign in to comment.