Skip to content

Commit

Permalink
test: update the package.json to run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam Bhattarai authored and yosevu committed Oct 21, 2022
1 parent 36072c3 commit c97d344
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"migrate": "nbb -m migrate-sparkeats place placeImage review reviewImage",
"postinstall": "husky install",
"lint:ts": "eslint src",
"lint:scss": "stylelint src/**/*.scss"
"lint:scss": "stylelint src/**/*.scss",
"test": "cypress run"
},
"dependencies": {
"react": "^18.2.0",
Expand Down

0 comments on commit c97d344

Please sign in to comment.