Skip to content

Commit

Permalink
Fixed a banner path.
Browse files Browse the repository at this point in the history
  • Loading branch information
pomek committed Sep 20, 2024
1 parent 60d81c3 commit ee53bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/nim/build-ckeditor5.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function dist( path ) {
* Paths to the `tsconfig` and `banner` files relative to the root of the repository.
*/
const tsconfig = 'tsconfig.dist.ckeditor5.json';
const banner = 'scripts/banner.mjs';
const banner = 'scripts/nim/banner.mjs';

/**
* Step 1
Expand Down
2 changes: 1 addition & 1 deletion scripts/nim/build-package.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { build } from '@ckeditor/ckeditor5-dev-build-tools';
input: 'src/index.ts',
output: upath.resolve( process.cwd(), './dist/index.js' ),
tsconfig: 'tsconfig.dist.json',
banner: '../../scripts/banner.mjs',
banner: '../../scripts/nim/banner.mjs',
external: [
'ckeditor5',
...Object.keys( {
Expand Down

0 comments on commit ee53bc7

Please sign in to comment.