nestjs / typescript-starter

Nest framework TypeScript starter :coffee:
https://nestjs.com
1.89k stars 1.07k forks source link

Update package.json test:debug for correct working #267

Closed LinkFly closed 1 year ago

LinkFly commented 1 year ago

Command: npm run test:debug raise error (because trying loading shell script but not js script):

basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
          ^^^^^^^

SyntaxError: missing ) after argument list

My fix correct it