Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Clean up functionality related to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Mar 16, 2023
1 parent 9b1a39f commit 992010b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npmjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- run: sudo apt-get install xvfb
- run: xvfb-run --auto-servernum npm run test-browsers
- run: npm run beautify
- run: npm run build-docs
- if: github.event_name == 'release' && github.event.action == 'published' && matrix.node == '16'
run: npm publish
env:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ We have to admit we do not test on all of these, but are committed to fixing bro
- Run `npm audit fix --production` to apply most important fixes
1. Run `npm i`
1. Run `npm test`
1. Run `npm run build-docs`
1. Merge PR with all changes
1. Create GitHub release
1. Tag and publish the release
Expand Down
6 changes: 0 additions & 6 deletions package-lock.json

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

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"cross-env": "^7.0.3",
"docdash": "^1.2.0",
"enketo-transformer": "2.2.1",
"esbuild": "^0.12.29",
"esbuild-plugin-alias": "^0.1.2",
Expand Down

0 comments on commit 992010b

Please sign in to comment.