Skip to content

Commit 5b9b737

Browse files
committed
fix ci
1 parent 59b9c66 commit 5b9b737

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
with:
1616
filters: |
1717
src:
18+
- ".github/workflows/*.yml"
1819
- "scripts/*"
1920
- "src/**/*.ts"
2021
- "styles/**/*.ts"
@@ -26,7 +27,7 @@ jobs:
2627
id: build
2728
if: steps.changes.outputs.src == 'true'
2829
run: |
29-
npm run install
30+
npm install
3031
npm run build
3132
3233
- name: Upload css assets

0 commit comments

Comments
 (0)