Remove unnecessary build step

pull/5370/head
ioedeveloper 5 years ago
parent d269942553
commit 4c6045b5c8
  1. 2
      workspace.json

@ -82,7 +82,7 @@
"options": {
"commands": [
{
"command": "csslint && node apps/remix-ide/test/index.js"
"command": "csslint"
}
]
}

Loading…
Cancel
Save