Skip to content

Commit df7fe1a

Browse files
feat: Build for release
1 parent dc53089 commit df7fe1a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"release-github-actions","sha":"fde32629a6be708aeaffecfa38139679608a6666","ref":"refs/tags/test/v3.0.0","tagName":"test/v3.0.0","branch":"gh-actions","tags":["test/v3.0.0","test/v3.0","test/v3"],"updated_at":"2020-02-06T18:29:25.970Z"}
1+
{"owner":"technote-space","repo":"release-github-actions","sha":"58d4d93af8276564b8b02295dd8d1852fd31f2dd","ref":"refs/tags/v3.0.0","tagName":"v3.0.0","branch":"gh-actions","tags":["v3.0.0","v3.0","v3"],"updated_at":"2020-02-07T03:54:50.513Z"}

lib/utils/command.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ exports.prepareFiles = (helper, context) => __awaiter(void 0, void 0, void 0, fu
3131
fs_1.default.mkdirSync(buildDir, { recursive: true });
3232
startProcess('Cloning the remote repo for build...');
3333
yield helper.checkout(buildDir, context);
34-
yield helper.runCommand(buildDir, 'ls -lat');
3534
startProcess('Running build for release...');
3635
yield helper.runCommand(buildDir, misc_1.getBuildCommands(buildDir, pushDir));
3736
});

0 commit comments

Comments
 (0)