updated ui/dist deps

This commit is contained in:
Gani Georgiev
2023-07-30 14:10:42 +03:00
parent bb4a5cfe83
commit fa057502f1
34 changed files with 267 additions and 265 deletions
+6 -4
View File
@@ -29,10 +29,12 @@ jobs:
- name: Build Admin dashboard UI
run: npm --prefix=./ui ci && npm --prefix=./ui run build
# Similar to the above, the jsvm types are pregenerated locally
# but its here to ensure that it wasn't forgotten to be executed.
- name: Generate jsvm types
run: go run ./plugins/jsvm/internal/types/types.go
# Temporary disable as the types can have random generated identifiers making it non-deterministic.
#
# # Similar to the above, the jsvm types are pregenerated locally
# # but its here to ensure that it wasn't forgotten to be executed.
# - name: Generate jsvm types
# run: go run ./plugins/jsvm/internal/types/types.go
# The prebuilt golangci-lint doesn't support go 1.18+ yet
# https://github.com/golangci/golangci-lint/issues/2649