Skip to content

Commit

Permalink
release as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Mar 3, 2021
1 parent 5c61045 commit 67c5083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const exec = (cmd: string, args?: child_process.ExecOptions): TE.TaskEither<Erro
})
})

export const main = exec('npm publish --tag=next', {
export const main = exec('npm publish', {
cwd: DIST
})

Expand Down

0 comments on commit 67c5083

Please sign in to comment.