Skip to content

Commit

Permalink
remove buildDocSite npm task in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kabentley committed Aug 31, 2018
1 parent 5753798 commit 90bcfc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ Each package will have its own **node_modules** directory which will contain sym
### Linux

You must install the following on a Linux computer before attempting to run imodeljs-backend:

* libc++abi1

## (Bentley Developers only) Authentication
Expand Down Expand Up @@ -102,7 +103,6 @@ Note that it is a good idea to `rush install` after each `git pull` as dependenc
9. In order to keep the Git history clean, amend the prior commit using the **Commit Staged (Amend)** menu item in Visual Studio Code or use the command line: `git commit --amend --no-edit`
10. Push changes


If using the command line, steps 5 through 9 above can be completed in one step by running `rushchange.bat` from the imodeljs-core root directory.
> Note: The CI build will break if changes are pushed without running `rush change`. The fix will be to run `rush change` (as above) and push those changes as a separate commit.
Expand All @@ -128,6 +128,7 @@ Use these instructions to update dependencies and devDependencies on external pa
2. Build TypeDoc documentation for a single package: `cd core\backend` and then `npm run docs`

## Build and run local documentation site

1. Install bemetalsmith-cli globally: `npm install -g @bentley/bemetalsmith-cli`
2. `buildDocSite core` or `buildDocSite ui`

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"install-imodeljs-addon": "installImodelJsNative",
"predocs": "echo NOTE: use 'rush docs' instead",
"docs": " ",
"buildDocSite": "cd tools/bemetalsmith && npm run buildDocSite",
"test": "npm run test-no-gui && npm run test:frontend",
"test-no-gui": "npm run test:bentley && npm run test:geometry && npm run test:clients && npm run test:backend && npm run test:example-code-snippets && npm run test:example-code-app && npm run test:ecschema-metadata",
"test:integration": "npm run test:clients:integration && npm run test:backend:integration && npm run test:frontend:integration && npm run test:example-code-snippets && npm run test:example-code-app",
Expand Down

0 comments on commit 90bcfc2

Please sign in to comment.