Skip to content

Commit b2db83e

Browse files
committed
add lint:check stub
1 parent 45214df commit b2db83e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "template-server",
33
"scripts": {
44
"build": "tsc -p tsconfig.json",
5+
"lint:check": "echo 1",
56
"start": "node --trace-warnings --abort-on-uncaught-exception --unhandled-rejections=strict dist/index.js",
67
"test": "jest --forceExit --detectOpenHandles --coverage --verbose"
78
},

0 commit comments

Comments
 (0)