added npm run tinymce-copy script

This commit is contained in:
2023-02-21 08:10:57 +10:00
parent bdceb6d774
commit f57466b243

View File

@@ -5,7 +5,8 @@
"build": "vite build",
"lint": "eslint \"**/*.{js,jsx,.vue}\" --ignore-path .gitignore",
"format": "prettier . --write",
"test": "vitest"
"test": "vitest",
"tinymce-copy": "mkdir -p public/tinymce/skins && cp -r node_modules/tinymce/skins public/tinymce"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.1",