Skip to content

Commit e480e67

Browse files
committed
revert debug changes
1 parent 11a810d commit e480e67

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/exp/release.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,7 @@ async function publishToNpm(packagePaths: string[], dryRun = false) {
393393
}
394394

395395
async function publishPackage(packagePath: string, dryRun: boolean) {
396-
// const args = ['publish', '--access', 'public', '--tag', 'exp'];
397-
const args = ['pack'];
396+
const args = ['publish', '--access', 'public', '--tag', 'exp'];
398397
if (dryRun) {
399398
args.push('--dry-run');
400399
}

0 commit comments

Comments
 (0)