mirror of
https://github.com/cypress-io/cypress.git
synced 2026-02-25 10:30:39 -06:00
Merge branch 'master' into develop
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
# [@cypress/webpack-preprocessor-v5.4.9](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.4.8...@cypress/webpack-preprocessor-v5.4.9) (2020-10-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update bugs link in package.json ([#9015](https://github.com/cypress-io/cypress/issues/9015)) ([34186cb](https://github.com/cypress-io/cypress/commit/34186cb8b76c230a2506cabb0358d44c3205e0c4))
|
||||
* **webpack-preprocessor:** fix webpack preprocessor potential race condition ([#8976](https://github.com/cypress-io/cypress/issues/8976)) ([5e0e5d8](https://github.com/cypress-io/cypress/commit/5e0e5d8ece2909b2436eb563b39f22e2723ddf98))
|
||||
|
||||
# [@cypress/webpack-preprocessor-v5.4.8](https://github.com/cypress-io/cypress/compare/@cypress/webpack-preprocessor-v5.4.7...@cypress/webpack-preprocessor-v5.4.8) (2020-10-15)
|
||||
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
"scripts": {
|
||||
"ban": "ban",
|
||||
"build": "rm -rf dist && tsc",
|
||||
"build-prod": "yarn build",
|
||||
"deps": "deps-ok && dependency-check --no-dev .",
|
||||
"license": "license-checker --production --onlyunknown --csv",
|
||||
"secure": "nsp check",
|
||||
|
||||
Reference in New Issue
Block a user