mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Add bin to release package
This commit is contained in:
parent
3a17c3ee6d
commit
2b9aca0c56
@ -269,7 +269,8 @@ module.exports = function(grunt) {
|
|||||||
'nodes/core/**',
|
'nodes/core/**',
|
||||||
'red/**',
|
'red/**',
|
||||||
'public/**',
|
'public/**',
|
||||||
'editor/templates/**'
|
'editor/templates/**',
|
||||||
|
'bin/**'
|
||||||
],
|
],
|
||||||
dest: path.resolve('<%= paths.dist %>/node-red-<%= pkg.version %>')
|
dest: path.resolve('<%= paths.dist %>/node-red-<%= pkg.version %>')
|
||||||
}]
|
}]
|
||||||
|
Loading…
Reference in New Issue
Block a user