Skip to content

Commit c8540cd

Browse files
author
GitHub Actions
committed
chore(sync): restore package.json from main
1 parent 7651505 commit c8540cd

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": {
@@ -27,6 +27,21 @@
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",

0 commit comments

Comments
 (0)