simplify command

fix-debugger
GrandSchtroumpf 4 years ago committed by ioedeveloper
parent cfecba4b1a
commit 2247471fea
  1. 5
      workspace.json

@ -109,10 +109,7 @@
"e2e": {
"builder": "@nrwl/workspace:run-commands",
"options": {
"commands": [
"node apps/remix-ide-e2e/script.js"
],
"parallel": false
"commands": ["node apps/remix-ide-e2e/script.js"]
}
},
"lint": {

Loading…
Cancel
Save