Skip to content

Commit

Permalink
chore(package.json): adjust "dev" script
Browse files Browse the repository at this point in the history
  • Loading branch information
Massolari committed Mar 8, 2024
1 parent 50ba776 commit 4e4fe5b
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 @@
},
"scripts": {
"build": "make",
"dev": "tstl -p ./src/tsconfig.json --watch"
"dev": "tstl --watch"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 4e4fe5b

Please sign in to comment.