This repository was archived by the owner on Dec 4, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 60
60
at : ./
61
61
- run :
62
62
name : Setup bit version environment variables
63
- command : cd bit && echo "export BIT_JS_VERSION=$(cat ./package.json | jq .version -r)" >> $BASH_ENV && source $BASH_ENV
63
+ command : cd bit-javascript && echo "export BIT_JS_VERSION=$(cat ./package.json | jq .version -r)" >> $BASH_ENV && source $BASH_ENV
64
64
-
65
65
run :
66
66
name : ' installing semver tool'
73
73
-
74
74
run :
75
75
name : ' validate tag match version in package.json'
76
- command : ' cd bit && ./scripts/compare-versions.sh $CIRCLE_TAG v$BIT_JS_VERSION'
76
+ command : ' cd bit-javascript && ./scripts/compare-versions.sh $CIRCLE_TAG v$BIT_JS_VERSION'
77
77
npm-publish :
78
78
<< : *defaults
79
79
steps :
86
86
-
87
87
run :
88
88
name : Publish bit to the npm registry
89
- command : ' cd bit && npm publish'
89
+ command : ' cd bit-javascript && npm publish'
90
90
github-release :
91
91
<< : *defaults
92
92
steps :
97
97
# name: set GitHub token
98
98
# command: export GH_RELEASE_GITHUB_API_TOKEN=$ghToken
99
99
-
100
- run : ' cd bit && npm run release:circle'
100
+ run : ' cd bit-javascript && npm run release:circle'
101
101
build :
102
102
<< : *defaults
103
103
steps :
You can’t perform that action at this time.
0 commit comments