Skip to content

Commit

Permalink
feat: add function for saving and restoring package cache (#36)
Browse files Browse the repository at this point in the history
* feat: add `savePackageCache` function

* test: add testing for `savePackageCache` function

* feat: add `restorePackageCache` function

* test: add testing for `restorePackageCache` function
  • Loading branch information
threeal committed Feb 4, 2024
1 parent 892fe31 commit e87404f
Show file tree
Hide file tree
Showing 7 changed files with 74,903 additions and 20,153 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"sourceType": "module"
},
"env": {
"es6": true
"es6": true,
"node": true
},
"overrides": [
{
Expand Down
Loading

0 comments on commit e87404f

Please sign in to comment.