We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ed13f commit 9e1ca07Copy full SHA for 9e1ca07
package.json
@@ -5,8 +5,8 @@
5
"main": "index.js",
6
"types": "index.d.ts",
7
"scripts": {
8
- "test": "standard && tap -J test/*.test.js && npm run test:types",
9
- "test:types": "sh tools/build-examples.sh",
+ "test": "standard && tap -J test/*.test.js && npm run test:typescript",
+ "test:typescript": "tsc --build examples/typescript/*",
10
"test:report": "standard && tap -J --coverage-report=html test/*.test.js",
11
"test:verbose": "standard && tap -J test/*.test.js -Rspec",
12
"postgres": "docker run -p 5432:5432 --name fastify-postgres -e POSTGRES_PASSWORD=postgres -d postgres:11-alpine",
tools/build-examples.sh
0 commit comments