Skip to content

Commit daa2ded

Browse files
committed
build(module): fix npm build command (missing tsup target path)
1 parent b1c4721 commit daa2ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"email": "attack@mitre.org"
3131
},
3232
"scripts": {
33-
"build": "npx tsup --format esm,cjs",
33+
"build": "npx tsup --format esm,cjs src",
3434
"prepublishOnly": "rm -rf dist && npm run build",
3535
"test": "vitest --run",
3636
"test:interactive": "vitest",

0 commit comments

Comments
 (0)