Skip to content

Commit

Permalink
chore: revert build
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 8, 2024
1 parent cb4d902 commit c95f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"lint": "eslint ./src/**/*.ts",
"lint:fix": "eslint --fix ./src/**/*.ts",
"test": "jest --coverage --verbose",
"build": "ncc build ./src/index.ts -o dist",
"build": "ncc build ./src/index.ts -o lib",
"tsc": "tsc",
"format": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
Expand Down

0 comments on commit c95f05c

Please sign in to comment.