Skip to content

Commit 4e2fd09

Browse files
authoredApr 23, 2020
Adding dist tag
1 parent 0022348 commit 4e2fd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
paths:
1717
- node_modules
1818
- run: npm test
19-
- run: npm run build --tag=test=release
19+
- run: npm run build
2020
- persist_to_workspace:
2121
root: .
2222
paths:
@@ -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
32+
- run: npm publish --tag=test=release
3333
# dont change anything
3434
workflows:
3535
version: 2

0 commit comments

Comments
 (0)
Please sign in to comment.