Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Jun 24, 2024
1 parent 04da20b commit c611fb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/salesforce-deployment-assistant-error-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ You probably also need to add CRM Analytics Admin Permission Set assignment to t
---
## Error parsing file
- `Error (.*) Error parsing file: (.*)`
- `Error (.*) Error parsing file: (.*) `
**Resolution tip**
Expand Down Expand Up @@ -985,7 +985,7 @@ Please check https://developer.salesforce.com/forums/?id=9060G0000005kVLQAY
---
## Test classes with 0% coverage
- `0%`
- ` 0%`
**Resolution tip**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"printWidth": 150
},
"scripts": {
"build": "node build.js && generate-schema-doc config/sfdx-hardis.jsonschema.json docs/schema/sfdx-hardis-json-schema-parameters.html --config minify=false --config link_to_reused_ref=false || echo 'Please run \"pip install json-schema-for-humans\" (you need python installed on your computer)'",
"build": "tsc && node build.js && generate-schema-doc config/sfdx-hardis.jsonschema.json docs/schema/sfdx-hardis-json-schema-parameters.html --config minify=false --config link_to_reused_ref=false || echo 'Please run \"pip install json-schema-for-humans\" (you need python installed on your computer)'",
"build:doc": "sfdx hardis:doc:plugin:generate",
"compile": "tsc --watch",
"lint": "eslint . --ext .ts",
Expand Down

0 comments on commit c611fb0

Please sign in to comment.