Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Ignore scripts during npm install
During npm install, the Lighthouse package which is installed from GitHub (@master branch) triggers the newly added `prepack` script [1], but due to a bug in NPM [2] the devDependencies are not available when the script is run, thus making the installation fail. [1]: GoogleChrome/lighthouse#13261 [2]: npm/cli#1865
- Loading branch information