Skip to content

Commit

Permalink
build: remove typedoc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
nebrelbug committed May 27, 2023
1 parent 53beb48 commit cd31400
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 38 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ language: node_js
cache:
directories:
- ~/.npm
- '$HOME/.deno'
- "$HOME/.deno"
notifications:
email: false
node_js:
- '14'
- '16'
- "14"
- "16"
before_install: # Install Deno
- curl -fsSL https://deno.land/x/install/install.sh | sh
- export PATH="$HOME/.deno/bin:$PATH"
Expand All @@ -16,7 +16,6 @@ script:
- npm run build && npm run test:prod
after_success:
- npm run travis-deploy-once "npm run report-coverage"
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run travis-deploy-once "npm run deploy-docs"; fi
branches:
except:
- /^v\d+\.\d+\.\d+$/
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"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",
"commit": "git-cz",
"deploy-docs": "ts-node tools/gh-pages-publish",
"format": "prettier --write '{src,test}/**/!(*.deno).ts' && deno fmt deno_dist/*.ts",
"lint": "eslint src/*.ts test/*.spec.ts examples/* --ext .js,.ts",
"prebuild": "rimraf dist && rimraf deno_dist",
Expand Down
29 changes: 0 additions & 29 deletions tools/gh-pages-publish.ts

This file was deleted.

4 changes: 0 additions & 4 deletions typedoc.json

This file was deleted.

0 comments on commit cd31400

Please sign in to comment.