Skip to content

Commit

Permalink
Add instrumentation to webapp
Browse files Browse the repository at this point in the history
  • Loading branch information
mika-robots committed Sep 15, 2023
1 parent 80f8721 commit eb00f02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/end-to-end/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"license": "GPL-3.0",
"devDependencies": {
"@cypress/code-coverage": "^3.12.1",
"cypress": "^13.0.0",
"cypress": "^13.2.0",
"cypress-react-selector": "^3.0.0",
"cypress-terminal-report": "^5.3.2",
"eslint": "^8.43.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "LiteFarm Web application",
"type": "module",
"scripts": {
"dev": "vite --host",
"dev": "CYPRESS_COVERAGE=TRUE vite --host",
"build": "tsc && NODE_OPTIONS=--max_old_space_size=3000 vite build",
"preview": "vite preview",
"lint": "eslint src",
Expand Down

0 comments on commit eb00f02

Please sign in to comment.