Skip to content

Commit

Permalink
Add custom npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rexim committed Jun 19, 2024
1 parent b4b4e12 commit b1a097b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "tsc",
"watch": "tsc -w"
},
"author": "Alexey Kutepov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit b1a097b

Please sign in to comment.