mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-06-21 16:49:46 +00:00
Move build files into build-conf and rename to build-utils
Change-type: patch Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
@ -102,13 +102,13 @@ module.exports = function(env) {
|
||||
_.escapeRegExp(path.join('knex', 'lib', 'migrate', 'sources')),
|
||||
),
|
||||
],
|
||||
use: require.resolve('./hardcode-migrations'),
|
||||
use: require.resolve('./build-utils/hardcode-migrations'),
|
||||
},
|
||||
{
|
||||
test: new RegExp(
|
||||
_.escapeRegExp(path.join('JSONStream', 'index.js')) + '$',
|
||||
),
|
||||
use: require.resolve('./fix-jsonstream'),
|
||||
use: require.resolve('./build-utils/fix-jsonstream'),
|
||||
},
|
||||
{
|
||||
test: /\.coffee$/,
|
||||
|
Reference in New Issue
Block a user