updated ui/dist deps
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user