mirror of
https://github.com/cypress-io/cypress.git
synced 2026-03-11 03:49:47 -05:00
Proxy packages instead of symlinks (#245)
* all: replace symlinks with proxy modules * replacing symlinking with copying proxy packages * https-proxy: add missing prod dependency lodash * put actual path to main for each package proxy * better console log * driver: include index.js in published files * https-proxy was missing debug production dependency * app built with proxied packages works * delete existing node_modules/@packages before making proxies * explicit async fs call * server: remove deep paths in tests * driver: remove nested path to @packages * link: ensure each package has main set
This commit is contained in:
committed by
Brian Mann
parent
37c786b827
commit
1439976ac9
@@ -29,7 +29,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"bluebird": "^3.4.0",
|
||||
"debug": "^2.6.8",
|
||||
"fs-extra": "^0.30.0",
|
||||
"lodash": "^4.17.4",
|
||||
"node-forge": "^0.6.39",
|
||||
"semaphore": "^1.0.5",
|
||||
"server-destroy-vvo": "1.0.1",
|
||||
|
||||
Reference in New Issue
Block a user