Skip to content

Commit

Permalink
drop doc build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Dec 6, 2024
1 parent 81e7428 commit 5b626a9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/pr-test-api-docs.yml

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"scripts": {
"clean": "git clean -fdx",
"test": "lerna run test",
"build-docs": "lerna run build-docs",
"lint:eslint": "eslint --fix",
"lint:prettier": "prettier --write --ignore-unknown .",
"publish:experimental:canary": "BRANCH_NAME=`git rev-parse --symbolic-full-name --abbrev-ref HEAD`; if [ $BRANCH_NAME != \"dev\" -a $BRANCH_NAME != \"main\" ] ; then CI=1 lerna publish --force-publish --canary --preid experimental-${BRANCH_NAME} --dist-tag=experimental-${BRANCH_NAME} ; fi",
Expand Down
1 change: 0 additions & 1 deletion packages/geoprocessing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"storybook": "storybook dev -p 6006",
"build:storybook": "rm -rf ../../../gp-storybook/Next && storybook build -o ../../../gp-storybook/Next",
"start:typedoc": "npx typedoc --watch --name 'SeaSketch Geoprocessing' --includeVersion --excludeExternals --readme none",
"build-docs": "npm run build-typedoc && npm run build-storybook",
"prepare": "npm run build && npm run _prepare",
"_prepare": "npx tsx scripts/npm/prepare.ts",
"start:data": "http-server . -c-1",
Expand Down

0 comments on commit 5b626a9

Please sign in to comment.