Skip to content

Commit 29228e8

Browse files
committed
[FIX]: Remove sass plugin for rollup to avoid duplicate declaration in build
1 parent c7f765c commit 29228e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
29-
- run: npm ci
30-
- run: npm run test:coveralls
29+
- run: npm i @files-ui/react

0 commit comments

Comments
 (0)