Skip to content

Commit

Permalink
fix(libs): add prepare script to build ckeditor when install dependen…
Browse files Browse the repository at this point in the history
…cies
  • Loading branch information
igr-santos committed Jun 24, 2024
1 parent 64754c4 commit c371798
Show file tree
Hide file tree
Showing 2 changed files with 2,065 additions and 18 deletions.
1 change: 1 addition & 0 deletions clients/libs/ckeditor5-custom-build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"webpack-cli": "^4.10.0"
},
"scripts": {
"prepare": "webpack --mode production",
"build": "webpack --mode production",
"postbuild": "tsc --declaration --declarationDir build --stripInternal --emitDeclarationOnly"
}
Expand Down
Loading

0 comments on commit c371798

Please sign in to comment.