Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
remove examples folder from lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
artiebits committed Aug 6, 2021
1 parent 27d6f08 commit fafa1f6
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 @@ -15,7 +15,7 @@
],
"scripts": {
"test": "jest",
"lint": "prettier --write \"src/**/*.{js,ts,json,md}\" \"webpack.production.config.js\" \"examples\"",
"lint": "prettier --write \"src/**/*.{js,ts,json,md}\" \"webpack.production.config.js\"",
"build": "webpack --config webpack.production.config.js",
"prepare": "npm run lint && npm run test && npm run build"
},
Expand Down

0 comments on commit fafa1f6

Please sign in to comment.