chore(nx): integrate build:dist for ckeditor plugins

This commit is contained in:
Elian Doran
2025-05-05 18:54:32 +03:00
parent b8d960282c
commit 340bd7c90e
5 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@
"author": "Elian Doran <contact@eliandoran.me>",
"license": "GPL-2.0-or-later",
"scripts": {
"build:dist": "node ./scripts/build-dist.mjs",
"build": "node ./scripts/build-dist.mjs",
"ts:build": "tsc -p ./tsconfig.release.json",
"ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"",
"lint": "eslint \"**/*.{js,ts}\" --quiet",