Skip to content

Commit

Permalink
Wow
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 8, 2024
1 parent 56a17a0 commit 41c4750
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions products/jbrowse-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,15 @@
"build": "tsc --build",
"postpack": "rimraf oclif.manifest.json",
"clean": "rimraf lib",
"prepack": "npm run clean && npm run build && npm run manifest && npm run docs",
"prepack": "npm run build && npm run docs",
"manifest": "oclif manifest",
"version": "npm run docs && npm run docs:version:add",
"predocs": "npm run build",
"docs": "npm run docs:create && npm run docs:format",
"docs:create": "oclif readme",
"docs:format": "prettier --write README.md",
"docs:version:add": "git add README.md"
"docs:version:add": "git add README.md",
"postdocs": "npm run manifest"
},
"dependencies": {
"@oclif/core": "^4.0.6",
Expand Down

0 comments on commit 41c4750

Please sign in to comment.