Skip to content

Commit 57259a8

Browse files
committed
refactor: removed legal comments parameter
1 parent f6f9531 commit 57259a8

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
@@ -5,7 +5,7 @@
55
"main": "lib/index.cjs",
66
"type": "module",
77
"scripts": {
8-
"build": "tsup --legal-comments=linked",
8+
"build": "tsup",
99
"format": "prettier --write '**/*.ts'",
1010
"format-check": "prettier --check '**/*.ts'",
1111
"lint": "eslint src/**/*.ts",

0 commit comments

Comments
 (0)