Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
[ghstack-poisoned]
  • Loading branch information
poteto committed Aug 12, 2024
1 parent 0accf50 commit 6eca0f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion compiler/scripts/release/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ async function main() {
'publish',
...opts,
'--registry=https://registry.npmjs.org',
'--tag=experimental',
// For now, since the compiler is experimental only, to simplify installation we push
// to the `latest` tag
'--tag=latest',
],
{
cwd: pkgDir,
Expand Down

0 comments on commit 6eca0f8

Please sign in to comment.