generated from CIFriends/typescript-action-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67b13f1
commit 70bf2fd
Showing
5 changed files
with
39 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,6 +67,5 @@ jobs: | |
id: process | ||
with: | ||
rootDir: './example' | ||
|
||
env: | ||
EXAMPLE: 'World' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gh-action-example", | ||
"name": "prp-preprocessor", | ||
"version": "1.0.0", | ||
"description": "", | ||
"description": "A GitHub Action that preprocesses files", | ||
"main": "index.js", | ||
"scripts": { | ||
"clean": "rimraf dist pnpm-lock.yaml node_modules", | ||
|
@@ -13,13 +13,23 @@ | |
"lint": "eslint --cache --cache-strategy content --report-unused-disable-directives .", | ||
"package": "pnpm ncc build src/index.ts -o dist --source-map --license licenses.txt", | ||
"package:watch": "pnpm run package --watch", | ||
"test": "pnpm jest --coverage --verbose", | ||
"test": "pnpm jest --coverage", | ||
"prepublishOnly": "pnpm run clean && pnpm install && pnpm run build", | ||
"preflight": "pnpm install && pnpm run format:write && pnpm run lint && pnpm run test && pnpm run package", | ||
"preflight": "pnpm install && pnpm run format:write && pnpm run lint && pnpm run package", | ||
"prepare": "husky" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"keywords": [ | ||
"github", | ||
"action", | ||
"preprocessor", | ||
"replace", | ||
"variables" | ||
], | ||
"author": "Breno A.", | ||
"homepage": "https://github.com/CIFriends/prp-preprocessor#readme", | ||
"bugs": { | ||
"url": "https://github.com/CIFriends/prp-preprocessor/issues" | ||
}, | ||
"license": "Apache-2.0", | ||
"packageManager": "[email protected]", | ||
"jest": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters