use vite static assets to handle tiny on the dev server and copy tinymce to the right folder on cms build

This commit is contained in:
Jacob Overgaard
2023-06-22 15:46:32 +02:00
parent b23f55e7fd
commit 405e758bb8
4 changed files with 10 additions and 2 deletions

View File

@@ -113,7 +113,6 @@
"new-extension": "plop --plopfile ./devops/plop/plop.js",
"compile": "tsc",
"check": "npm run lint && npm run compile && npm run build-storybook",
"postinstall": "npm run generate:tinymce",
"generate:tinymce": "node ./devops/tinymce/index.js",
"prepublishOnly": "node ./devops/publish/cleanse-pkg.js"
},