mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat: Modernize build and testing for workflow package (no-changelog) (#16771)
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import { readFileSync } from 'fs';
|
||||
import path from 'path';
|
||||
|
||||
import type { INodeTypes } from '@/interfaces';
|
||||
|
||||
import { NodeTypes as NodeTypesClass } from './node-types';
|
||||
import type { INodeTypes } from '../src/interfaces';
|
||||
|
||||
let nodeTypesInstance: NodeTypesClass | undefined;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user