Skip to content

Commit faef755

Browse files
authored
Merge pull request #61 from bmsteven/staging
Staging
2 parents 251236f + e53bb1d commit faef755

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,20 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7+
"build": "rm -rf action && ncc build src/develop_actions.js -o action",
8+
"deploy":"cd src && zip -r -D test.zip .",
79
"test": "echo \"Error: no test specified\" && exit 1"
810
},
911
"repository": {
1012
"type": "git",
11-
"url": "git+https://github.com/bmsteven/demo.git"
13+
"url": "git+https://github.com/bmsteven/create_pr.git"
1214
},
1315
"author": "",
1416
"license": "ISC",
1517
"bugs": {
16-
"url": "https://github.com/bmsteven/demo/issues"
18+
"url": "https://github.com/bmsteven/create_pr/issues"
1719
},
18-
"homepage": "https://github.com/bmsteven/demo#readme",
20+
"homepage": "https://github.com/bmsteven/create_pr#readme",
1921
"dependencies": {
2022
"@actions/core": "^1.6.0",
2123
"@actions/github": "^5.0.1",

0 commit comments

Comments
 (0)