Skip to content

Commit 48d9b77

Browse files
committed
revert changes made for testing
1 parent 7167566 commit 48d9b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/exp/release.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async function publishExpPackages() {
8282
/**
8383
* push to github
8484
*/
85-
// await commitAndPush(versions);
85+
await commitAndPush(versions);
8686
} catch (err) {
8787
/**
8888
* Log any errors that happened during the process
@@ -155,7 +155,7 @@ async function publishToNpm(packagePaths: string[]) {
155155
}
156156

157157
async function publishPackage(packagePath: string) {
158-
const args = ['publish', '--dry-run', '--access', 'public', '--tag', 'exp'];
158+
const args = ['publish', '--access', 'public', '--tag', 'exp'];
159159
await spawn('npm', args, { cwd: packagePath });
160160
}
161161

0 commit comments

Comments
 (0)