Skip to content

Commit ef43c02

Browse files
committed
fix(workspace): npm publish path
1 parent 9ce4972 commit ef43c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ else
4141
cd ..
4242
cd elements
4343

44-
npm publish ./dist --access public
44+
npm publish --access public
4545

4646
echo "Publish elements library to npm - SUCCESS"
4747

0 commit comments

Comments
 (0)