Skip to content

Commit d0f0625

Browse files
build path added
1 parent c42295f commit d0f0625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
node-version: '20.x'
1414
registry-url: 'https://registry.npmjs.org'
1515
- 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
16+
- run: npm run build -- --outDir=build
17+
- run: npm publish --access public
1818
env:
1919
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)