Skip to content

Commit

Permalink
rm wasm
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Oct 19, 2023
1 parent b7fd072 commit c4e7206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
/kyverno-json
website/site
website/playground/assets/main.wasm
pkg/server/ui/dist/assets/main.wasm
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ vet: ## Run go vet
@echo Go vet... >&2
@go vet ./...

$(CLI_BIN): fmt vet build-wasm codegen-crds codegen-deepcopy codegen-register codegen-client
$(CLI_BIN): fmt vet build-wasm codegen-crds codegen-deepcopy codegen-register codegen-client codegen-playground
@echo Build cli binary... >&2
@CGO_ENABLED=$(CGO_ENABLED) GOOS=$(GOOS) go build -o ./$(CLI_BIN) -ldflags=$(LD_FLAGS) ./$(CLI_DIR)

Expand Down Expand Up @@ -273,7 +273,7 @@ codegen-schemas: codegen-schemas-openapi codegen-schemas-json ## Generate openap
.PHONY: codegen-playground
codegen-playground: build-wasm ## Generate playground
@echo Generate playground... >&2
cp -r ./playground/* ./pkg/server/ui/dist
@cp -r ./website/playground/* ./pkg/server/ui/dist

.PHONY: codegen-helm-crds
codegen-helm-crds: codegen-crds ## Generate helm CRDs
Expand Down
Binary file removed pkg/server/ui/dist/assets/main.wasm
Binary file not shown.

0 comments on commit c4e7206

Please sign in to comment.