Skip to content

Commit 5b3f630

Browse files
committed
🐛 fix npm publish by specifying dist-folder
1 parent 091139c commit 5b3f630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
registry-url: "https://registry.npmjs.org"
1818
- run: npm ci # install dependencies
1919
- run: npm run build # or any other step to build your package
20-
- run: npm publish # publish
20+
- run: npm publish dist # publish
2121
env:
2222
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # in der GitHub it-at-m Orga zentral hinterlegter Token
2323

0 commit comments

Comments
 (0)