Skip to content

Commit

Permalink
chore: run make docs in postsnap script instead of make mandocs (#4848)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlf committed May 3, 2022
1 parent 4ff7d3d commit 29d301a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -213,7 +213,7 @@
"test": "tap",
"test-all": "npm run test --if-present --workspaces --include-workspace-root",
"snap": "tap",
"postsnap": "make -s mandocs",
"postsnap": "make -s docs",
"test:nocleanup": "NO_TEST_CLEANUP=1 npm run test --",
"sudotest": "sudo npm run test --",
"sudotest:nocleanup": "sudo NO_TEST_CLEANUP=1 npm run test --",
Expand Down

0 comments on commit 29d301a

Please sign in to comment.