Skip to content

Commit d88890c

Browse files
committed
Tweak
1 parent 6e4d04f commit d88890c

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.npmignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

build.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const { _, ...argv } = yargs(process.argv.slice(2)) || {};
55
console.log(argv);
66

77
esbuild.build({
8-
entryPoints: ["./src/index.ts", "./src/server.ts"],
8+
entryPoints: ["./src/index.ts"],
99
bundle: true,
1010
minify: false,
1111
platform: "neutral",

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"homepage": "https://github.com/scottmas/create-typed-sdk",
1313
"author": "scottmas",
1414
"license": "ISC",
15+
"files": [
16+
"src",
17+
"dist"
18+
],
1519
"scripts": {
1620
"build": "run-p build:*",
1721
"build:cjs": "node build.mjs --format cjs --outdir dist/cjs",

0 commit comments

Comments
 (0)