Skip to content

Commit

Permalink
Great
Browse files Browse the repository at this point in the history
  • Loading branch information
ConProgramming committed Feb 15, 2023
1 parent 1bc1970 commit b802959
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dnt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,4 @@ await build({
await copy("LICENSE.md", "npm/LICENSE.md");
await copy("README.md", "npm/README.md");
await copy("src/bin.mjs", "npm/bin.mjs");
await copy(
"src/vite/sveltekit_modal_deploy.py",
"npm/esm/src/vite/sveltekit_modal_deploy.py",
);
await copy(
"src/vite/sveltekit_modal_serve.py",
"npm/esm/src/vite/sveltekit_modal_serve.py",
);
await copy("src/vite/sveltekit_modal", "npm/esm/src/vite/sveltekit_modal");

0 comments on commit b802959

Please sign in to comment.