Skip to content

Commit 4705fa3

Browse files
committed
refactor: disable bundling temporarily
1 parent 38e099d commit 4705fa3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"main": "build/index.js",
66
"type": "module",
77
"files": [
8-
"build"
8+
"build/factories",
9+
"build/src",
10+
"build/index.d.ts",
11+
"build/index.js"
912
],
1013
"exports": {
1114
".": "./build/index.js",
@@ -20,7 +23,7 @@
2023
"test": "cross-env NODE_DEBUG=adonisjs:http c8 npm run quick:test",
2124
"clean": "del-cli build",
2225
"typecheck": "tsc --noEmit",
23-
"compile": "npm run lint && npm run clean && tsup-node",
26+
"compile": "npm run lint && npm run clean && tsc",
2427
"build": "npm run compile",
2528
"prebenchmark": "npm run build",
2629
"benchmark": "node benchmarks/index.js",

0 commit comments

Comments
 (0)