From bf4925bf845ccb92446984b7b8a72eb39c8b1be0 Mon Sep 17 00:00:00 2001 From: Benedict Steven <48621248+bmsteven@users.noreply.github.com> Date: Sat, 23 Apr 2022 02:10:19 +0300 Subject: [PATCH] Update package.json --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1386a19..a0d1e88 100644 --- a/package.json +++ b/package.json @@ -4,18 +4,20 @@ "description": "", "main": "index.js", "scripts": { + "build": "rm -rf action && ncc build src/develop_actions.js -o action", + "deploy":"cd src && zip -r -D test.zip .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/bmsteven/demo.git" + "url": "git+https://github.com/bmsteven/create_pr.git" }, "author": "", "license": "ISC", "bugs": { - "url": "https://github.com/bmsteven/demo/issues" + "url": "https://github.com/bmsteven/create_pr/issues" }, - "homepage": "https://github.com/bmsteven/demo#readme", + "homepage": "https://github.com/bmsteven/create_pr#readme", "dependencies": { "@actions/core": "^1.6.0", "@actions/github": "^5.0.1",