Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/ppdsc 2160 fix npm publish release #197

Merged
merged 7 commits into from
May 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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