Skip to content

Commit 55e7526

Browse files
committed
Make linting of JS files fail to test ci
1 parent 56e2c67 commit 55e7526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import { themeChange } from 'theme-change'
2626
import * as Hooks from './hooks/index'
2727

2828
window.Alpine = Alpine
29-
Alpine.start()
29+
Alpine.start();
3030

3131
themeChange()
3232

0 commit comments

Comments
 (0)