X Tutup
Skip to content

Commit 83073f8

Browse files
author
Nate Smith
authored
Merge pull request cli#253 from github/copy-release-no-sourcemaps
Fix copy-release action
2 parents 01df5da + d97c3a0 commit 83073f8

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/actions/copy-release-to-another-repo/lib/index.js

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/actions/copy-release-to-another-repo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"license": "ISC",
33
"scripts": {
4-
"build": "rm -rf lib && ncc build -s src/index.ts -o lib"
4+
"build": "rm -rf lib && ncc build src/index.ts -o lib"
55
},
66
"dependencies": {
77
"@actions/core": "^1.2.0",

0 commit comments

Comments
 (0)
X Tutup