Skip to content

Commit

Permalink
chore: add test section
Browse files Browse the repository at this point in the history
  • Loading branch information
reslear committed May 30, 2023
1 parent 600b500 commit da20a1e
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 @@ -9,7 +9,8 @@
"clean": "rm -rf ./dist",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"prepare": "tsc"
"prepare": "tsc",
"test": "echo \"no test specified\""
},
"author": "CodetrixStudio",
"license": "MIT",
Expand Down

0 comments on commit da20a1e

Please sign in to comment.