Skip to content

Commit

Permalink
chore: Remove lint from test target
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldowseza committed Oct 25, 2024
1 parent 5feb77f commit 96ebb7c
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 @@ -20,7 +20,7 @@
"test:visual:vitest": "vitest run --config vite.config.e2e-visual.mjs",
"test:visual:update": "UPDATE_SCREENSHOTS=true npm run test:visual",
"pretest": "tsc -p tsconfig.unit.json && tsc -p tsconfig.e2e.json",
"test": "run-s lint test:unit test:functional",
"test": "run-s test:unit test:functional",
"preview": "vite preview",
"start": "run-p start:server start:watch:ts start:watch:css",
"start:server": "vite",
Expand Down

0 comments on commit 96ebb7c

Please sign in to comment.