Update e2e command in package.json

nightwatch-ts
ioedeveloper 4 years ago
parent 4e6d8a68e2
commit 616b6e27aa
  1. 2
      package.json

@ -27,7 +27,7 @@
"build": "nx build",
"test": "nx test",
"lint": "nx lint",
"e2e": "nx e2e",
"e2e": "nx e2e remix-ide-e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",

Loading…
Cancel
Save