Skip to content

Commit

Permalink
ci: update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed Aug 1, 2021
1 parent 95f707a commit f2bb1d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"build:main": "node esbuild.config.mjs",
"build:types": "tsc -b src && dts-bundle --name petitio --main dist/index.d.ts --out index.d.ts && rm -rf dist/lib",
"postbuild": "gen-esm-wrapper dist/index.js dist/index.mjs",
"docs": "typedoc src/**/*.ts",
"test": "jest",
"test:coverage": "jest --coverage",
"lint": "eslint src tests --ext ts --fix",
Expand Down Expand Up @@ -65,7 +64,7 @@
"typedoc": "^0.21.5",
"typescript": "^4.3.5",
"undici2": "npm:undici@^3.3.6",
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v19.3.0"
"uWebSockets.js": "git+https://github.com/uNetworking/uWebSockets.js.git#v19.3.0"
},
"engines": {
"node": ">=14.0.0"
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"lib": ["es2019"]
}
},
"include": ["src"]
}

0 comments on commit f2bb1d4

Please sign in to comment.