Skip to content

Commit

Permalink
fix: npm publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Jul 17, 2024
1 parent 6815e73 commit 31da6fd
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 4 deletions.
71 changes: 71 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions scripts/npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ async function get_latest_version() {

await build({
entryPoints: [
"./mod.ts",
"./auth.ts",
"./request.ts",
"./store.ts",
"./src/mod.ts",
"./src/auth.ts",
"./src/request.ts",
"./src/store.ts",
{
name: "./locales/locales",
path: "./locales/locales.json",
Expand Down

0 comments on commit 31da6fd

Please sign in to comment.