Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.

Commit

Permalink
chore: add build script for TS template (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolutionX-10 authored Aug 18, 2022
1 parent 7340217 commit c8539f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"typescript",
Expand Down

0 comments on commit c8539f3

Please sign in to comment.