Skip to content

Commit a780871

Browse files
author
SE-Yukun
committed
update
1 parent 996a779 commit a780871

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
"description": "",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"build": "npx tsc",
8+
"test": "npm i && npx tsc && cd dist && node .",
9+
"start": "cd dist && node ."
810
},
911
"repository": {
1012
"type": "git",

0 commit comments

Comments
 (0)