File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @rharkor/caching-for-turbo" ,
33 "description" : " Sets up Turborepo Remote Caching to work with GitHub Actions built-in cache" ,
4- "version" : " 2.3.10 " ,
4+ "version" : " 2.2.0 " ,
55 "private" : false ,
66 "homepage" : " https://github.com/rharkor/caching-for-turbo" ,
77 "repository" : {
2727 "engines" : {
2828 "node" : " >=20"
2929 },
30+ "scripts" : {
31+ "bundle" : " npm run format:write && npm run package" ,
32+ "coverage" : " make-coverage-badge --output-path ./badges/coverage.svg" ,
33+ "format:write" : " prettier --write ." ,
34+ "format:check" : " prettier --check ." ,
35+ "lint" : " eslint ." ,
36+ "package" : " ncc build src/index.ts -o dist/setup --source-map --license licenses.txt && ncc build src/post.ts -o dist/post --source-map --license licenses.txt && ncc build src/cli.ts -o dist/cli --source-map --license licenses.txt" ,
37+ "package:watch" : " npm run package -- --watch" ,
38+ "all" : " npm run format:write && npm run lint && npm run coverage && npm run package" ,
39+ "test-build" : " npm run -s package" ,
40+ "test" : " turbo run test-build" ,
41+ "dev-run" : " tsx ./src/dev-run.ts" ,
42+ "cleanup" : " tsx ./src/dev/cleanup.ts" ,
43+ "start" : " node dist/cli/index.js"
44+ },
3045 "license" : " MIT" ,
3146 "dependencies" : {
3247 "@actions/cache" : " ^5.0.0" ,
You can’t perform that action at this time.
0 commit comments