You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2021. It is now read-only.
It's putting files in dist/src/ instead of directly in dist/.
steps to reproduce
in the master branch:
expected
~/gh/inrupt/pod-server $ ls dist/ __mocks__ provision.js rootRender.js server.js standalone.d.ts streams.d.ts views koa-views provision.js.map rootRender.js.map server.js.map standalone.js streams.js provision.d.ts rootRender.d.ts server.d.ts solid-idp standalone.js.map streams.js.mapactual
~/gh/inrupt/pod-server $ ls dist/ koa-views package.json solid-idp src viewsworkaround
run
mv dist/src/* dist/each time afternpm run build.