You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd src/ui && npm ci --prefer-offline --no-audit && npm run lint
108
+
109
+
ui-build:
110
+
@echo "Checking UI build"
111
+
cd src/ui && npm ci --prefer-offline --no-audit && npm run build
112
+
93
113
commit: lint test
94
114
$(info Generating commit message...)
95
115
export COMMIT_MESSAGE="$(shell q chat --no-interactive --trust-all-tools "Understand pending local git change and changes to be committed, then infer a commit message. Return this commit message only"| tail -n 1 | sed 's/\x1b\[[0-9;]*m//g')"&&\
0 commit comments