Skip to content

Commit

Permalink
build: fix doc step
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Sep 22, 2022
1 parent 0d63529 commit 1c303fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@
"coverage": "npm run-script runtime-node && c8 npm run-script test",
"coverage-cryptokey": "npm run-script runtime-node && c8 npm run-script test-cryptokey",
"coverage-webcrypto": "npm run-script runtime-node-webcrypto && c8 npm run-script test-webcrypto",
"docs": "run-s docs:*",
"docs:generate": "typedoc",
"esbuild-find": "find src -type f -name '*.ts' -not -path '*/runtime/*/*' -not -name '*.d.ts' -print0",
"runtime-browser": "run-s runtime:clear runtime:browser:* runtime:refs",
Expand Down
1 change: 1 addition & 0 deletions tools/postbump.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const opts = { stdio: 'inherit' }
execSync('git rm -f docs/**/*.md', opts)
execSync('find docs -type d | grep "docs/" | xargs rm -rf', opts)
execSync('npx patch-package', opts)
execSync('npm run runtime-browser', opts)
execSync(`npm run docs:generate -- --gitRevision ${tagName}`, opts)
writeFileSync('docs/README.md', readme)
execSync('npm pack', opts)
Expand Down

0 comments on commit 1c303fa

Please sign in to comment.