Skip to content

Commit 522420a

Browse files
committed
add missing lint command
1 parent 4b0ffe9 commit 522420a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
},
3131
"scripts": {
3232
"build": "tsc",
33+
"lint": "eslint",
3334
"start": "npm run build && node dist/dev.js"
3435
},
3536
"engines": {

0 commit comments

Comments
 (0)