We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3052628 commit 2765fc0Copy full SHA for 2765fc0
1 file changed
package.json
@@ -4,7 +4,7 @@
4
"compile:check": "tsc --project . --noEmit",
5
"test": "jest",
6
"test:watch": "jest --watch",
7
- "start": "node dist/src/index.js",
+ "start": "node dist/index.js",
8
"ci:lint": "eslint --ext .ts --ignore-path .gitignore .",
9
"ci:format": "prettier --ignore-path .gitignore -l .",
10
"lint": "yarn run ci:lint --fix",
0 commit comments