-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
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.