Skip to content

Commit 0b00ade

Browse files
XantreDevndom91
andauthored
fix: @auth/solid-start build output (#9978)
Co-authored-by: ndom91 <[email protected]>
1 parent 7040c4f commit 0b00ade

File tree

4 files changed

+7
-161
lines changed

4 files changed

+7
-161
lines changed

packages/frameworks-solid-start/package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.6.0",
55
"type": "module",
66
"files": [
7-
"client.*",
8-
"index.*",
7+
"*.js",
8+
"*.d.ts*",
99
"src"
1010
],
1111
"exports": {
@@ -23,10 +23,10 @@
2323
"./package.json": "./package.json"
2424
},
2525
"scripts": {
26-
"build": "tsup --config ./tsup.config.js && node scripts/postbuild",
26+
"build": "tsc",
2727
"patch": "npm version patch --no-git-tag-version",
2828
"test": "vitest -c ../utils/vitest.config.ts",
29-
"clean": "rm -rf client.* index.*"
29+
"clean": "rm -rf *.js *.d.ts*"
3030
},
3131
"publishConfig": {
3232
"access": "public"
@@ -38,8 +38,7 @@
3838
"@solidjs/meta": "^0.28.0",
3939
"@types/node": "^18.7.14",
4040
"solid-js": "^1.5.7",
41-
"solid-start": "^0.2.14",
42-
"tsup": "^6.5.0"
41+
"solid-start": "^0.2.14"
4342
},
4443
"peerDependencies": {
4544
"solid-js": "^1.5.7",
@@ -53,4 +52,4 @@
5352
"author": "OrJDev <[email protected]>",
5453
"repository": "https://github.com/nextauthjs/next-auth",
5554
"license": "ISC"
56-
}
55+
}

packages/frameworks-solid-start/scripts/postbuild.js

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

packages/frameworks-solid-start/tsup.config.js

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

pnpm-lock.yaml

Lines changed: 1 addition & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)