Skip to content

Commit

Permalink
common: fix default nsc builder name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmichelo committed Aug 7, 2023
1 parent f624069 commit ffd8cb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const nscRemoteBuilderName = "remote-nsc";
export const nscRemoteBuilderName = "nsc-remote";
2 changes: 1 addition & 1 deletion dist/main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4318,7 +4318,7 @@ var exec = __nccwpck_require__(514);
// EXTERNAL MODULE: external "fs"
var external_fs_ = __nccwpck_require__(147);
;// CONCATENATED MODULE: ./common.ts
const nscRemoteBuilderName = "remote-nsc";
const nscRemoteBuilderName = "nsc-remote";

;// CONCATENATED MODULE: ./main.ts
var __awaiter = (undefined && undefined.__awaiter) || function (thisArg, _arguments, P, generator) {
Expand Down

0 comments on commit ffd8cb6

Please sign in to comment.