1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 04:05:40 +03:00
aports/community/vault/browserlist-update.patch
2023-01-08 12:17:38 -08:00

10 lines
278 B
Diff

--- a/Makefile
+++ b/Makefile
@@ -143,6 +143,7 @@
install-ui-dependencies:
@echo "--> Installing JavaScript assets"
@cd ui && yarn --ignore-optional
+ @cd ui && npx -y browserslist@latest --update-db
test-ember: install-ui-dependencies
@echo "--> Running ember tests"