Skip to content

Commit

Permalink
add fmt scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
byeongsu-hong committed Mar 8, 2024
1 parent c0659e6 commit fdb7c4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"lint": "eslint . --ext ts",
"prettier": "prettier ./script ./example ./codegen.ts --write",
"build": "yarn clean && esbuild ./script --bundle --outfile=./dist/index.js --platform=node",
"start": "yarn build && node ./dist/index.js",
"cw-hpl": "yarn start",
Expand Down

0 comments on commit fdb7c4e

Please sign in to comment.