Skip to content

Commit

Permalink
Rename build to dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Dec 18, 2023
1 parent 8378519 commit 05753e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default [
input: "src/index.ts",
output: [
{
dir: "build/",
dir: "dist/",
format: "esm",
sourcemap: true,
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"module": "ESNext",
"declaration": true,
"sourceMap": true,
"outDir": "build",
"outDir": "dist",
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"emitDeclarationOnly": true
Expand Down

0 comments on commit 05753e0

Please sign in to comment.