packages/cli: skip caching of plugin builds
This commit is contained in:
@@ -14,11 +14,8 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { withCache, getDefaultCacheOptions } from '../../lib/buildCache';
|
||||
import { buildPackage } from '../../lib/packager';
|
||||
|
||||
export default async () => {
|
||||
await withCache(getDefaultCacheOptions(), async () => {
|
||||
await buildPackage();
|
||||
});
|
||||
await buildPackage();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user