Skip to content

Commit

Permalink
chore: finish removing typedoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed May 27, 2023
1 parent cd31400 commit dca2680
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"scripts": {
"build:node": "microbundle src/index.ts --target node --format esm,umd",
"build:browser": "microbundle src/browser.ts --target web --format umd --output dist/browser.min.js",
"build": "denoify && npm run build:node && npm run build:browser && rimraf docs && typedoc --tsconfig tsconfig.json src && deno fmt deno_dist/*.ts",
"build": "denoify && npm run build:node && npm run build:browser && deno fmt deno_dist/*.ts",
"commit": "git-cz",
"format": "prettier --write '{src,test}/**/!(*.deno).ts' && deno fmt deno_dist/*.ts",
"lint": "eslint src/*.ts test/*.spec.ts examples/* --ext .js,.ts",
Expand Down Expand Up @@ -155,7 +155,6 @@
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"typedoc": "^0.23.26",
"typescript": "^4.9.5"
},
"husky": {
Expand Down

0 comments on commit dca2680

Please sign in to comment.