mirror of
https://github.com/Mozilla-Actions/sccache-action.git
synced 2026-04-08 17:42:13 +08:00
Merge pull request #4 from Xuanwo/gha-support
feat: Add native gha cache and post-hook support
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
"name": "sccache-action",
|
||||
"version": "0.0.1",
|
||||
"description": "Github Action for Sccache",
|
||||
"main": "dist/index.js",
|
||||
"main": "dist/setup/index.js",
|
||||
"scripts": {
|
||||
"tsc": "tsc",
|
||||
"ncc": "ncc build lib/sccache.js",
|
||||
"build": "prettier --write **/*.ts && tsc && ncc build lib/sccache.js",
|
||||
"build-dist": "ncc build lib/setup.js -m -o dist/setup/ && ncc build lib/show_stats.js -m -o dist/show_stats",
|
||||
"build": "prettier --write **/*.ts && tsc && npm run build-dist",
|
||||
"format": "prettier --write **/*.ts",
|
||||
"format-check": "prettier --check **/*.ts",
|
||||
"lint": "eslint **/*.ts --cache",
|
||||
|
||||
Reference in New Issue
Block a user