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 c42295f commit d0f0625Copy full SHA for d0f0625
.github/workflows/publish-to-npm.yml
@@ -13,7 +13,7 @@ jobs:
13
node-version: '20.x'
14
registry-url: 'https://registry.npmjs.org'
15
- run: npm ci
16
- - run: npm run build # Assuming there's a script in package.json that compiles TS to JS
17
- - run: npm publish
+ - run: npm run build -- --outDir=build
+ - run: npm publish --access public
18
env:
19
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments