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

Commit

Permalink
feat: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiben committed Jul 8, 2021
1 parent 95b00b8 commit 9ef0965
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/command",
"version": "4.0.2",
"version": "4.0.3",
"description": "Salesforce CLI base command class",
"main": "lib/exported",
"repository": "/~https://github.com/salesforcecli/command",
Expand All @@ -16,7 +16,8 @@
"prepack": "sf-build",
"prepare": "npm run build",
"pretest": "sf-compile-test",
"test": "sf-test"
"test": "sf-test",
"ci-docs": "yarn sf-ci-docs"
},
"keywords": [
"force",
Expand Down

0 comments on commit 9ef0965

Please sign in to comment.