Doenet / DoenetML

Semantic markup for building interactive web activities
https://www.doenet.org/
GNU Affero General Public License v3.0
3 stars 16 forks source link

Readmes not showing up when publish to npm #203

Open dqnykamp opened 2 months ago

dqnykamp commented 2 months ago

Since we publish the dist folders, the readmes are not showing up in npm. The readmes should explain how to use the packages in other apps or web pages.

siefkenj commented 2 months ago

viteStaticCopy should be able to copy the README.md into the dist folder. Or we could just add it as a precondition of npm run publish, since we're using a script for that.