Open michielbdejong opened 5 years ago
The reason for this was importing package.json. This has been fixed in the lerna branch (https://github.com/inrupt/pod-server/tree/lerna)
Can we also get this fixed in master?
Also running into dist/node_modules/mashlib
thing
I'll see if this is still a problem after the refactor. I'm building a special handler for rendering mashlib
It's putting files in dist/src/ instead of directly in dist/.
steps to reproduce
in the master branch:
expected
actual
workaround
run
mv dist/src/* dist/
each time afternpm run build
.