Skip to content

Commit c95f05c

Browse files
committed
chore: revert build
1 parent cb4d902 commit c95f05c

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
@@ -8,7 +8,7 @@
88
"lint": "eslint ./src/**/*.ts",
99
"lint:fix": "eslint --fix ./src/**/*.ts",
1010
"test": "jest --coverage --verbose",
11-
"build": "ncc build ./src/index.ts -o dist",
11+
"build": "ncc build ./src/index.ts -o lib",
1212
"tsc": "tsc",
1313
"format": "prettier --write '**/*.ts'",
1414
"format:check": "prettier --check '**/*.ts'",

0 commit comments

Comments
 (0)