mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(nx): integrate build:dist for ckeditor plugins
This commit is contained in:
parent
b8d960282c
commit
340bd7c90e
@ -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",
|
||||
|
@ -60,7 +60,7 @@
|
||||
"ckeditor5": "43.2.0"
|
||||
},
|
||||
"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",
|
||||
|
@ -62,7 +62,7 @@
|
||||
"ckeditor5": "43.2.0"
|
||||
},
|
||||
"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",
|
||||
|
@ -64,7 +64,7 @@
|
||||
"ckeditor5": "43.2.0"
|
||||
},
|
||||
"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",
|
||||
|
@ -62,7 +62,7 @@
|
||||
"ckeditor5": "43.2.0"
|
||||
},
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user