Skip to content

Commit d210f86

Browse files
committed
script
1 parent 7c774e7 commit d210f86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1",
8-
"release": "release-it"
7+
"build": "yarn tsc",
8+
"release": "release-it",
9+
"test": "echo \"Error: no test specified\" && exit 1"
910
},
1011
"author": "Nader Dabit",
1112
"license": "ISC",

0 commit comments

Comments
 (0)