Skip to content

Commit

Permalink
Restore the nightwatch script for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Sep 5, 2024
1 parent fbff9b0 commit c541d11
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 @@ -38,7 +38,8 @@
"cover": "npm run cover:unit && npm run cover:e2e && npm run cover:report",
"cover:integration": "nyc --silent --no-clean npm run test:integration",
"cover:report": "nyc report --reporter=lcov --reporter=text",
"dev": "nodemon -w src -w test -w rollup.config.mjs -e ts,js -x 'npm run clean && npm run build && npm run cover'"
"dev": "nodemon -w src -w test -w rollup.config.mjs -e ts,js -x 'npm run clean && npm run build && npm run cover'",
"nightwatch": "npm run test:e2e"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
Expand Down

0 comments on commit c541d11

Please sign in to comment.