We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830710f commit 017dbd8Copy full SHA for 017dbd8
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
node-version: '20.x'
14
registry-url: 'https://registry.npmjs.org'
15
- - run: npm ci --no-optional
+ - run: npm ci --include=optional
16
- run: npm publish --scope=@topmarksdevelopment --access public
17
env:
18
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments