Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59779c9

Browse files
author
Øivind Thorrud
committed
Add start and build
1 parent 04c6dcf commit 59779c9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
"ws": "^7.4.0"
1616
},
1717
"scripts": {
18-
"tsc": "tsc"
18+
"start": "node build/index.js",
19+
"tsc": "tsc",
20+
"postinstall": "tsc"
1921
}
2022
}

0 commit comments

Comments
 (0)