Skip to content

Commit b438ce2

Browse files
authored
Removed dist tag
1 parent 091309b commit b438ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
at: .
3030
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
3131
- run: npm install
32-
- run: npm publish --tag=test=release
32+
- run: npm publish
3333
# dont change anything
3434
workflows:
3535
version: 2

0 commit comments

Comments
 (0)