mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
style: format with prettier
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: Build Addon
|
||||
|
||||
on:
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
- 'tsconfig.json'
|
||||
- 'tsconfig.base.json'
|
||||
pull_request:
|
||||
branches:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'packages/**'
|
||||
@@ -29,8 +29,8 @@ jobs:
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22.x'
|
||||
|
||||
- name: Install Dependencies
|
||||
|
||||
- name: Install Dependencies
|
||||
run: npm ci
|
||||
- name: Build Addon
|
||||
run: npm run build
|
||||
|
||||
Reference in New Issue
Block a user