File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed
Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 66
77 working_directory : ~/intercom-node
88
9- environment :
10- - YARN_VERSION : 1.22.10
11-
129 steps :
1310 - checkout
1411 - run : export PATH="${PATH}:/home/circleci/.yarn/bin"
15- - run :
16- name : Install Yarn
17- command : |
18- if [[ ! -e ~/.yarn/bin/yarn || $(yarn --version) != "${YARN_VERSION}" ]]; then
19- echo "Download and install Yarn."
20- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version $YARN_VERSION
21- else
22- echo "The correct version of Yarn is already installed."
23- fi
12+ - run : npm install --prefix=$HOME/.local --global corepack
2413 - run : yarn
2514 - run : yarn test
2615
Original file line number Diff line number Diff line change @@ -5,7 +5,3 @@ Why are you making this change?
55#### How?
66
77Technical details on your change
8-
9- #### QA
10-
11- Latest QA could be found on [ branch ` qa/should-never-be-merged-to-master ` ] ( https://github.com/intercom/intercom-node-v2/pull/10 )
Original file line number Diff line number Diff line change 11{
22 "name" : " intercom-client" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " Official Node bindings to the Intercom API" ,
55 "homepage" : " https://github.com/intercom/intercom-node" ,
66 "bugs:" : " https://github.com/intercom/intercom-node/issues" ,
4343 "typescript" : " ^4.5.3"
4444 },
4545 "scripts" : {
46- "clean" : " rm -r dist" ,
46+ "clean" : " rm -r -f dist" ,
4747 "static" : " eslint ." ,
4848 "compile_ts" : " tsc" ,
4949 "move_compiled_to_dist" : " mv dist/lib/* dist && rmdir dist/lib" ,
You can’t perform that action at this time.
0 commit comments