Skip to content

Commit 017dbd8

Browse files
committed
Update publish.yml
1 parent 830710f commit 017dbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
15-
- run: npm ci --no-optional
15+
- run: npm ci --include=optional
1616
- run: npm publish --scope=@topmarksdevelopment --access public
1717
env:
1818
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)