Skip to content

Commit 448e819

Browse files
📝 [#49] fix workflow
1 parent a9ddcad commit 448e819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
run: npm install
8383

8484
- name: Run prettier linter
85-
run: npm checkformat
85+
run: npm run checkformat
8686

8787
tests:
8888
name: Run Storybook tests

.prettierrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"tabWidth": 2,
1313
"trailingComma": "es5",
1414
"useTabs": false,
15-
"importOrder": ["^(formio-renderer)/(.*)$", "^[./]"],
15+
"importOrder": ["^@/.*", "^[./]"],
1616
"importOrderSeparation": true,
1717
"importOrderSortSpecifiers": true
1818
}

0 commit comments

Comments
 (0)