Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add store/forward cache capabilities #4

Merged
merged 13 commits into from
Jan 15, 2021
9 changes: 9 additions & 0 deletions .build/package.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Copyright 2020 Adobe
* All Rights Reserved.
*
* NOTICE: Adobe permits you to use, modify, and distribute this file in
* accordance with the terms of the Adobe license agreement accompanying
* it.
*/

#!/usr/bin/env node
import pkg from 'shelljs';
const { rm, mkdir, cp, cd } = pkg;
Expand Down
Loading