support for windows

pull/511/head
GrandSchtroumpf 4 years ago committed by yann300
parent 6885086728
commit 42042e9f28
  1. 2
      package-lock.json
  2. 2
      workspace.json

2
package-lock.json generated

@ -36035,7 +36035,7 @@
"events": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/events/-/events-3.2.0.tgz",
"integrity": "sha1-k7h8GPjvzUICpGGuxN/AVWtjk3k=",
"integrity": "sha512-/46HWwbfCX2xTawVfkKLGxMifJYQBWMwY1mjywRtb4c9x8l5NP3KoJtnIOiL1hfdRkIuYhETxQlo62IF8tcnlg==",
"dev": true
}
}

@ -104,7 +104,7 @@
"builder": "@nrwl/workspace:run-commands",
"options": {
"commands": [
"node_modules/.bin/tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
"tsc -p apps/remix-ide-e2e/tsconfig.e2e.json"
]
}
},

Loading…
Cancel
Save