Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
Use npm run build_ko in DEVELOPMENT instructions
Browse files Browse the repository at this point in the history
I think that this is supposed to read `npm run build_ko` instead of `npm
run build`.
  • Loading branch information
Brandon Walker authored and tekton-robot committed Feb 19, 2020
1 parent 375236a commit 7412938
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webhooks-extension/DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ Use `npm ci` when installing from source to install with a clean set of dependen

If modifying the UI code and wanting to deploy your updated version:

1) Run `npm run build` this will create a new file in the dist directory. Note that this does require `yq`, so grab that too
1) Run `npm run build_ko` this will create a new file in the dist directory. Note that this does require `yq`, so grab that too
2) Reinstall the extension. It will automatically be picked up by the running dashboard. Use

```
kustomize build overlays/development | ko apply -f -
```

if developing on a plain Kubernetes system, or
if developing on a plain Kubernetes system, or

```
kustomize build overlays/openshift-development | ko apply -f -
```

if developing against OpenShift or OKD.
if developing against OpenShift or OKD.

## Linting

Expand Down

0 comments on commit 7412938

Please sign in to comment.