mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
ci: Generate sourcemaps for nodes code again (no-changelog) (#14292)
This commit is contained in:
committed by
GitHub
parent
73e8d76e13
commit
14979c1106
@@ -1,11 +1,10 @@
|
||||
// eslint-disable-next-line import/no-extraneous-dependencies
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
// eslint-disable-next-line import/no-default-export
|
||||
export default defineConfig({
|
||||
entry: ['{credentials,nodes,test,types,utils}/**/*.ts', '!**/*.d.ts', '!**/*.test.ts'],
|
||||
format: ['cjs'],
|
||||
clean: true,
|
||||
dts: false,
|
||||
bundle: false,
|
||||
sourcemap: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user