Skip to content

fix: refactored button styling into custom .btn class #26

fix: refactored button styling into custom .btn class

fix: refactored button styling into custom .btn class #26

Triggered via push November 30, 2023 09:25
Status Failure
Total duration 55s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

13 errors
lint: src/views/PricingView.vue#L3
The template requires child element
lint: src/views/PricingView.vue#L110
Parsing error: The end of the string reached with no closing bracket ) found
lint
Process completed with exit code 1.
test (E2E): src/components/SignIn.vue#L3
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
test (E2E): src/components/SignIn.vue#L16
'error' is of type 'unknown'.
test (E2E): src/components/SignUp.vue#L3
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
test (E2E): src/components/SignUp.vue#L4
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
test (E2E): src/components/SignUp.vue#L19
'error' is of type 'unknown'.
test (E2E): src/stores/auth.ts#L2
An import path can only end with a '.ts' extension when 'allowImportingTsExtensions' is enabled.
test (E2E): src/stores/auth.ts#L34
Type 'User | null' is not assignable to type 'null'.
test (E2E): src/stores/auth.ts#L38
'isLoggedIn' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
test (E2E): src/stores/auth.ts#L39
Property 'user' does not exist on type '{ isLoggedIn(): any; }'.
test (E2E): src/supabase/functions/checkSubscription/index.ts#L2
Cannot find name 'SUPABASE_URL'. Did you mean 'supabase'?