We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45214df commit b2db83eCopy full SHA for b2db83e
package.json
@@ -2,6 +2,7 @@
2
"name": "template-server",
3
"scripts": {
4
"build": "tsc -p tsconfig.json",
5
+ "lint:check": "echo 1",
6
"start": "node --trace-warnings --abort-on-uncaught-exception --unhandled-rejections=strict dist/index.js",
7
"test": "jest --forceExit --detectOpenHandles --coverage --verbose"
8
},
0 commit comments