Skip to content

Commit

Permalink
chore: add watch cmd ( fix #22 )
Browse files Browse the repository at this point in the history
  • Loading branch information
ega4432 committed Feb 25, 2023
1 parent 839b843 commit b6e5ec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc -w",
"start": "node ./dist/index.js",
"format": "prettier --write '**/*.ts'",
"format-check": "prettier --check '**/*.ts'",
Expand Down

0 comments on commit b6e5ec1

Please sign in to comment.