speedscope
speedscope copied to clipboard
[ Bug ] Contributing - Local Setup
Cloned the repo , installed dependencies and wanted to run serve but got:
no such file or directory, open 'dist/index.html'
Had to create the dist directory manually , worked afterwards.
Should probably happen automatically?
Hi @PhoneDroid! I'd take a PR to add mkdir -p && to the npm serve script in package.json if you can test it to make sure that fixes the problem you hit
@jlfwong I'll wait with that until after #495 has been concluded. Don't wanna have too many things open at once.