Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Redirect from simple product using url_path - @benjick (#3804)
- Mount app in 'beforeResolve' if it's not dispatched in 'onReady' - @gibkigonzo (#3669)

### Changed / Improved
- Changed pre commit hook to use NODE_ENV production to check for debugger statements - @resubaka (#3686)

## [1.11.0-rc.2] - 2019.10.31

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"test:unit:watch": "jest -c test/unit/jest.conf.js --watch",
"test:e2e": "cypress open",
"test:e2e:ci": "cypress run",
"lint": "eslint --ext .js,.vue,.ts core src --fix",
"lint": "cross-env NODE_ENV=production eslint --ext .js,.vue,.ts core src --fix",
"lerna": "lerna"
},
"dependencies": {
Expand Down