wizardoc / wizard

🍳Wizardoc is a WEBAPP for managing documents and knowledge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parcel build take twice to succeed

mistricky opened this issue · comments

Parcel only build successfully if has .parcel-cache, so we just need to run parcel build twice to ensure compilation successfully, the first compilation is used to generate the .parcel-cache file, and the second compilation will only compile successfully with cache file that I have ro run parcel build || parcel build to compile source code.