eslint / eslint-release

The ESLint release tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ensure clean build environment before release

nzakas opened this issue · comments

Currently, we do only an npm update during release, but this can lead to errors with bundling:
eslint/eslint#5680

It would be better to completely remove node_modules and install using --production to ensure that the correct packages are included.