We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3052628 + 2765fc0 commit ff9ffa1Copy full SHA for ff9ffa1
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