GeekyAnts / GeekyAnts/express-typescript

missing script

Open
#9 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.3k
Forks
321
PR merge metrics
No merged PRs in 30d

Description

(_removed the template, as this is a generic error, not a functional one_).

Check `Dockerfile`:

```
# Run node server
CMD npm run start
```

check `package.json`:

```
"scripts": {
"build": "tsc --project './tsconfig.json'",
"dev": "tsc --project './tsconfig.json' --watch & NODE_ENV=development nodemon dist",
"test": "tsc --project './tsconfig.json' && ./node_modules/.bin/mocha dist/**/*.spec.js",
"lint": "./node_modules/.bin/tslint -c tslint.json 'src/**/**.ts'"
}
```

notice, there's no declared command with the name of `start`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.