Ensure changelog is copied into node-red module

This commit is contained in:
Nick O'Leary 2018-12-07 16:10:51 +00:00
parent e9dc9eff9b
commit 76661abbf5
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
2 changed files with 5 additions and 0 deletions

View File

@ -373,6 +373,10 @@ module.exports = function(grunt) {
src: 'CHANGELOG.md',
dest: 'packages/node_modules/@node-red/editor-client/public/red/about'
},
{
src: 'CHANGELOG.md',
dest: 'packages/node_modules/node-red/'
},
{
cwd: 'packages/node_modules/@node-red/editor-client/src/ace/bin/',
src: '**',

View File

@ -0,0 +1 @@
CHANGELOG.md