Skip to content

Commit

Permalink
chore: fix watch command
Browse files Browse the repository at this point in the history
  • Loading branch information
peschee committed Oct 30, 2023
1 parent 371ea39 commit c1202fa
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 @@ -47,7 +47,7 @@
"test:single": "npm run build && wtr --group single",
"test:update-screenshots": "npm run test:vrt -- --update-visual-baseline",
"test:vrt": "npm run build && wtr --config web-test-runner.config-vrt.js --group vrt",
"test:watch": "npm run build && run-p -l -r watch:tsc watch:css 'test:single -- --config web-test-runner.config-watch.js --watch'",
"test:watch": "npm run build && run-p -r watch:tsc watch:css 'test:single -- --config web-test-runner.config-watch.js --watch'",
"version": "is-ci && sh scripts/version.sh",
"watch:cem-packages": "npm run analyze:cem-packages -- --watch",
"watch:cem-root": "npm run analyze:cem-root -- --watch",
Expand Down

0 comments on commit c1202fa

Please sign in to comment.