Skip to content

Commit

Permalink
Fix/ppdsc 2160 fix npm publish release (#197)
Browse files Browse the repository at this point in the history
* fix(PPDSC-2160): back to newskit folder

* fix(PPDSC-2160): added filter in release job

* fix(PPDSC-2160): commenting cd for testing

* fix(PPDSC-2160): removing cd correction, uneeded
  • Loading branch information
Vanals authored May 12, 2022
1 parent 301443c commit 4c68b6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -903,8 +903,6 @@ jobs:
cd newskit-integration-test
yarn build
yarn start-test start 3000 'yarn cypress run'
echo "Back to Newskit folder so we can correctly publish"
cd ..
- slack/status:
<<: *slack_status

Expand Down Expand Up @@ -1328,6 +1326,7 @@ workflows:
- test_e2e_comps
- test_e2e_docs_prod
- test_newskit_in_nextjs_app:
<<: *only_on_version_tag
requires:
- build_components

Expand Down

0 comments on commit 4c68b6c

Please sign in to comment.