We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccd468d commit ff71c32Copy full SHA for ff71c32
.github/workflows/macos.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
node-version: ${{ matrix.node-version }}
47
- name: Install Dependencies
48
- run: npm i
+ run: npm i && npm i -D cli-truncate
49
- name: Check lint
50
run: npm run lint
51
- name: Build the app
0 commit comments