mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-31 19:51:36 +08:00
fix(deps): use old packaging mechanism
This commit is contained in:
parent
e4a00ac3e7
commit
005cd42ce4
16
package.json
16
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@triliumnext/ckeditor5-footnotes",
|
"name": "@triliumnext/ckeditor5-footnotes",
|
||||||
"version": "0.0.4-hotfix4",
|
"version": "0.0.4-hotfix5",
|
||||||
"description": "A plugin for CKEditor 5 to allow footnotes.",
|
"description": "A plugin for CKEditor 5 to allow footnotes.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"ckeditor",
|
"ckeditor",
|
||||||
@ -60,18 +60,18 @@
|
|||||||
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly"
|
"ckeditor5": ">=42.0.0 || ^0.0.0-nightly"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build:dist": "node ./scripts/build-dist.mjs",
|
|
||||||
"ts:build": "tsc -p ./tsconfig.release.json",
|
"ts:build": "tsc -p ./tsconfig.release.json",
|
||||||
"ts:clear": "npx rimraf \"src/**/*.@(js|d.ts)\"",
|
"ts:clear": "npx rimraf \"src/**/*.@(js|d.ts)\"",
|
||||||
"lint": "eslint \"**/*.{js,ts}\" --quiet",
|
"dll:build": "ckeditor5-package-tools dll:build",
|
||||||
"start": "ckeditor5-package-tools start",
|
"dll:serve": "http-server ./ -o sample/dll.html",
|
||||||
|
"lint": "eslint --quiet --ext .ts src/",
|
||||||
|
"lint:fix": "eslint --quiet --fix --ext .ts src/",
|
||||||
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css'",
|
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css'",
|
||||||
"prepare": "yarn run build:dist",
|
"test": "ckeditor5-package-tools test",
|
||||||
|
"prepare": "yarn run dll:build",
|
||||||
"prepublishOnly": "yarn run ts:build && ckeditor5-package-tools export-package-as-javascript",
|
"prepublishOnly": "yarn run ts:build && ckeditor5-package-tools export-package-as-javascript",
|
||||||
"postpublish": "yarn run ts:clear && ckeditor5-package-tools export-package-as-typescript",
|
"postpublish": "yarn run ts:clear && ckeditor5-package-tools export-package-as-typescript",
|
||||||
"translations:collect": "ckeditor5-package-tools translations:collect",
|
"start": "ckeditor5-package-tools start"
|
||||||
"translations:download": "ckeditor5-package-tools translations:download",
|
|
||||||
"translations:upload": "ckeditor5-package-tools translations:upload"
|
|
||||||
},
|
},
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"**/*.{js,ts}": [
|
"**/*.{js,ts}": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user