File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
# micro: bit Web Components
2
2
3
3
[ ![ Circle CI] ( https://circleci.com/gh/thegecko/microbit-web-components.svg?style=shield&circle-token=eac64b63d7ab07b21242da11f5e3e8ce83e76140 )] ( https://circleci.com/gh/thegecko/microbit-web-components/ )
4
+ [ ![ npm] ( https://img.shields.io/npm/dm/microbit-web-components.svg )] ( https://www.npmjs.com/package/microbit-web-components )
4
5
[ ![ License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://spdx.org/licenses/MIT.html )
5
6
6
7
Web Components library for micro: bit
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- attach_workspace :
21
21
at : ../
22
+ - run : ' echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
23
+ - run : npm --no-git-tag-version version prerelease --preid=next.$(echo $CIRCLE_SHA1 | cut -c -7)
24
+ - run : npm publish --tag next
22
25
- run : mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
23
26
- run : git config --global user.name thegecko
24
27
-
run :
git config --global user.email [email protected]
You can’t perform that action at this time.
0 commit comments