Skip to content

Commit 0923851

Browse files
committed
Of course one must remove —no-optional...
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 7206bcc commit 0923851

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docsdeploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
1919
restore-keys: |
2020
${{ runner.os }}-node-
21-
- run: npm ci --no-optional
21+
- run: npm ci
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.READ_PACKAGE_TOKEN }}
2424
CI: true

0 commit comments

Comments
 (0)