Skip to content

Commit

Permalink
fix(global): rm forbidden word artifactory (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: aurore.stagnol <[email protected]>
  • Loading branch information
astagnol authored Apr 28, 2023
1 parent f26b99b commit 7402169
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ Thumbs.db
# remove generated definition files
*.d.ts

# used file storing the artifactory token, used when building docker image
# used file storing the artijfrog token, used when building docker image
/artitoken
4 changes: 1 addition & 3 deletions packages/starters/react-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ cd my-react-vite-ods-app
```
> This clones the repo, copy the wanted starter and then clean up.
**2. Enable access to artifactory**
**2. Enable access (coming soon)**

This starter application is using `ODS` as dependency.
So you have to check if you have access to the registry with your credentials.

[See Documentation](../?path=/story/code-stencil-components-how-to-install--page#artifactory-access)

**3. Install dependencies**

```shell
Expand Down
4 changes: 1 addition & 3 deletions packages/starters/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ cd my-react-ods-app
```
> This clones the repo, copy the wanted starter and then clean up.
**2. Enable access to artifactory**
**2. Enable access (coming soon)**

This starter application is using `ODS` as dependency.
So you have to check if you have access to the registry with your credentials.

[See Documentation](../?path=/story/code-stencil-components-how-to-install--page#artifactory-access)

**3. Install dependencies**

```shell
Expand Down
4 changes: 1 addition & 3 deletions packages/starters/vue-vite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ cd my-vue-vite-ods-app

> This clones the repo, copy the wanted starter and then clean up.
**2. Enable access to artifactory**
**2. Enable access (coming soon)**

This starter application is using `ODS` as dependency.
So you have to check if you have access to the registry with your credentials.

[See Documentation](../?path=/story/code-stencil-components-how-to-install--page#artifactory-access)

**3. Install dependencies**

```shell
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-ods-doc.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env zx
/**
* generate doc based on available packages from artifactory
* generate doc based on available packages from artijfrog
* execution from monorepo.
* `npx zx scripts/generate-ods-doc.mjs https://path-to-registry username token`
* OR
Expand Down

0 comments on commit 7402169

Please sign in to comment.