mirror of
https://github.com/LukeHagar/stats-action.git
synced 2025-12-06 04:21:26 +00:00
Update package.json
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "github-profile-stats",
|
"name": "github-profile-stats",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.3",
|
"version": "0.0.4",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/core": "^1.10.1",
|
"@actions/core": "^1.10.1",
|
||||||
"@actions/github": "^6.0.0",
|
"@actions/github": "^6.0.0",
|
||||||
@@ -12,7 +12,9 @@
|
|||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"run": "yarn build && yarn start",
|
||||||
"build": "tsc && ncc build lib/index.js",
|
"build": "tsc && ncc build lib/index.js",
|
||||||
|
"start": "node lib/index.js",
|
||||||
"patch": "yarn version --patch",
|
"patch": "yarn version --patch",
|
||||||
"minor": "yarn version --minor",
|
"minor": "yarn version --minor",
|
||||||
"major": "yarn version --major"
|
"major": "yarn version --major"
|
||||||
|
|||||||
Reference in New Issue
Block a user