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
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View File

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

View File

@ -60,7 +60,7 @@
"ckeditor5": "43.2.0" "ckeditor5": "43.2.0"
}, },
"scripts": { "scripts": {
"build:dist": "node ./scripts/build-dist.mjs", "build": "node ./scripts/build-dist.mjs",
"ts:build": "tsc -p ./tsconfig.release.json", "ts:build": "tsc -p ./tsconfig.release.json",
"ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"", "ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"",
"lint": "eslint \"**/*.{js,ts}\" --quiet", "lint": "eslint \"**/*.{js,ts}\" --quiet",

View File

@ -62,7 +62,7 @@
"ckeditor5": "43.2.0" "ckeditor5": "43.2.0"
}, },
"scripts": { "scripts": {
"build:dist": "node ./scripts/build-dist.mjs", "build": "node ./scripts/build-dist.mjs",
"ts:build": "tsc -p ./tsconfig.release.json", "ts:build": "tsc -p ./tsconfig.release.json",
"ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"", "ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"",
"lint": "eslint \"**/*.{js,ts}\" --quiet", "lint": "eslint \"**/*.{js,ts}\" --quiet",

View File

@ -64,7 +64,7 @@
"ckeditor5": "43.2.0" "ckeditor5": "43.2.0"
}, },
"scripts": { "scripts": {
"build:dist": "node ./scripts/build-dist.mjs", "build": "node ./scripts/build-dist.mjs",
"ts:build": "tsc -p ./tsconfig.release.json", "ts:build": "tsc -p ./tsconfig.release.json",
"ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"", "ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"",
"lint": "eslint \"**/*.{js,ts}\" --quiet", "lint": "eslint \"**/*.{js,ts}\" --quiet",

View File

@ -62,7 +62,7 @@
"ckeditor5": "43.2.0" "ckeditor5": "43.2.0"
}, },
"scripts": { "scripts": {
"build:dist": "node ./scripts/build-dist.mjs", "build": "node ./scripts/build-dist.mjs",
"ts:build": "tsc -p ./tsconfig.release.json", "ts:build": "tsc -p ./tsconfig.release.json",
"ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"", "ts:clear": "npx rimraf --glob \"src/**/*.@(js|d.ts)\"",
"lint": "eslint \"**/*.{js,ts}\" --quiet", "lint": "eslint \"**/*.{js,ts}\" --quiet",