Running gives this error in vs code terminal -
⚠️You have to build Vue application by npm run build
PS C:\Users\91917\Downloads\DrySign\Codecept> npm run build
npm ERR! Missing script: "build"
npm ERR!
npm ERR! To see a list of scripts, run:
npm ERR! npm run
I want open codeceptUI (interactive runner) with puppeteer. I did all the things that they have mentioned on their website codecept.io before running this command in vs code terminal "npx codecept-ui" Also I've created Vue app as well with this command "vue create hello-vue-app"