Builds and downloads problem package from Polygon.
Package types: 'standard' (for contests) or 'full' (complete problem data).
Downloaded package is saved to current directory.
// From CLI: polyman remote-package ./my-problem standard awaitremotePackageProblemAction('./my-problem', 'standard'); // Builds and downloads standard package
Example
// Full package with all data awaitremotePackageProblemAction('123456', 'full');
Builds and downloads problem package from Polygon. Package types: 'standard' (for contests) or 'full' (complete problem data). Downloaded package is saved to current directory.