Skip to content

Commit

Permalink
fix(lint): add explicit stylelint and eslint script
Browse files Browse the repository at this point in the history
  • Loading branch information
sabertazimi committed Aug 17, 2021
1 parent d4cfc21 commit 3ff73fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
},
"scripts": {
"build": "react-scripts build",
"lint": "stylelint --fix ./src/**/*.css && eslint --fix --ext .ts,.tsx ./src",
"postbuild": "mkdir -p ../../build/react-sandbox && cp -fr ./build/* ../../build/react-sandbox",
"start": "react-scripts start",
"test": "react-scripts test",
Expand Down

0 comments on commit 3ff73fc

Please sign in to comment.