chore: enable post install cache for pnpm

This commit is contained in:
Amin Yahyaabadi 2021-09-15 04:09:26 -05:00
parent 723f5c82ff
commit 00e68ef657
2 changed files with 3 additions and 2 deletions

1
.npmrc
View File

@ -2,3 +2,4 @@ public-hoist-pattern[]=*
package-lock=false package-lock=false
lockfile=true lockfile=true
prefer-frozen-lockfile=true prefer-frozen-lockfile=true
side-effects-cache=true

View File

@ -22,7 +22,7 @@ The package will be usable from any environment (locally, GitHub Actions, etc).
- [x] setup python - [x] setup python
- [ ] setup msvc - [ ] setup msvc
- [ ] setup gcc/mingw - [ ] setup gcc/mingw
- [ ] setup vcpkg
- [ ] setup OpenCppCoverage - [ ] setup OpenCppCoverage
- [ ] setup cppcheck - [ ] setup cppcheck
- [ ] setup doxygen - [ ] setup doxygen
- [ ] setup vcpkg