Publish to NPM #19
npm-publish.yml
on: workflow_dispatch
build-and-push
16s
Release pushed tag
0s
Annotations
7 errors
Unhandled error:
packages/express-typed/tests/demo.test.ts#L3
TypeCheckError: Could not find a declaration file for module 'supertest'. '/home/runner/work/express-typed/express-typed/node_modules/.pnpm/[email protected]/node_modules/supertest/index.js' implicitly has an 'any' type.
Try `npm i --save-dev @types/supertest` if it exists or add a new declaration (.d.ts) file containing `declare module 'supertest';`
❯ tests/demo.test.ts:3:21
|
Unhandled error:
packages/express-typed/tests/demo.test.ts#L67
TypeCheckError: Parameter 'res' implicitly has an 'any' type.
❯ tests/demo.test.ts:67:14
|
Unhandled error:
packages/express-typed/tests/demo.test.ts#L74
TypeCheckError: Parameter 'res' implicitly has an 'any' type.
❯ tests/demo.test.ts:74:14
|
Unhandled error:
packages/express-typed/tests/demo.test.ts#L85
TypeCheckError: Parameter 'res' implicitly has an 'any' type.
❯ tests/demo.test.ts:85:14
|
Unhandled error:
packages/express-typed/tests/demo.test.ts#L92
TypeCheckError: Parameter 'res' implicitly has an 'any' type.
❯ tests/demo.test.ts:92:14
|
Unhandled error:
packages/express-typed/tests/demo.test.ts#L104
TypeCheckError: Parameter 'res' implicitly has an 'any' type.
❯ tests/demo.test.ts:104:14
|
build-and-push
Process completed with exit code 1.
|