mattermost / mattermost-plugin-starter-template

Build scripts and templates for writing Mattermost plugins.
https://developers.mattermost.com/extend/plugins/
Apache License 2.0
133 stars 121 forks source link

Fix makefile to npm install when package.json changes. #94

Closed crspeller closed 4 years ago

crspeller commented 4 years ago

Summary

Fixes makefile so if package.json is modified then npm install will be re-run.

Alternative to: https://github.com/mattermost/mattermost-plugin-starter-template/pull/93

lieut-data commented 4 years ago

Skipping 2: QA Review on this since it's been developer tested (and impacts developer tooling only).