Skip to content

Commit

Permalink
fix: fix components package.json typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tams sokari committed Oct 18, 2023
1 parent e31f3e8 commit fd3f05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "WebComponent for smartly capturing images on the web, for use with SmileIdentity",
"main": "smart-camera-web.js",
"scripts": {
"build": "npx nyc instrument --compact=false smart-camera-web.js cypress/pages/instrumented"",
"build": "npx nyc instrument --compact=false smart-camera-web.js cypress/pages/instrumented",
"start": "npx serve -p 8000 cypress/pages",
"lint": "eslint --ext .js *.js cypress/ --max-warnings=0",
"test": "npx cypress run"
Expand Down

0 comments on commit fd3f05f

Please sign in to comment.