Skip to content

Commit

Permalink
fix: whoops also update these filepaths
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Nov 16, 2024
1 parent 09ae653 commit 702cfbe
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions dist-gha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@
"bugs": {
"url": "https://github.com/readmeio/rdme/issues"
},
"pkg": {
"scripts": "cmds-dist.js",
"assets": [
"package.json",
"oclif.manifest.json"
]
},
"type": "module",
"dependencies": {
"@actions/core": "^1.6.0",
Expand Down Expand Up @@ -161,17 +154,17 @@
"dirname": "rdme",
"commands": {
"strategy": "explicit",
"target": "./cmds-dist.js",
"target": "./cmds.js",
"identifier": "COMMANDS"
},
"topicSeparator": ":",
"hooks": {
"prerun": {
"target": "./cmds-dist.js",
"target": "./cmds.js",
"identifier": "prerun"
},
"createGHA": {
"target": "./cmds-dist.js",
"target": "./cmds.js",
"identifier": "createGHA"
}
},
Expand Down

0 comments on commit 702cfbe

Please sign in to comment.