Skip to content

Commit 506d00d

Browse files
committed
File Structure Improved
1 parent 92ce0ca commit 506d00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141

4242
# Publish dist folder to npm
4343
- name: Publish dist folder to npm
44-
run: npm publish --workspace dist
44+
run: cd dist && npm publish --access public
4545
env:
4646
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)