Skip to content

Commit

Permalink
Merge pull request #318 from IBMa/cypress-version-bug
Browse files Browse the repository at this point in the history
Cypress version bug
  • Loading branch information
tombrunet authored Feb 12, 2021
2 parents cc59058 + 0d199b4 commit f1d728d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions cypress-accessibility-checker/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src/lib/engine
src/lib/reporters/genReport.js
2 changes: 0 additions & 2 deletions cypress-accessibility-checker/src/lib/.gitignore

This file was deleted.

4 changes: 2 additions & 2 deletions gitactions/publish/cypress-achecker.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if [ -n "${GITHUB_REF:10}" ]; then
cd ./cypress-accessibility-checker/package;
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >.npmrc;
echo "Deploy cypress-accessibility-checker version $RELEASE_VERSION...";
npm --no-git-tag-version version $RELEASE_VERSION;
echo "Deploy cypress-accessibility-checker version ${GITHUB_REF:10}...";
npm --no-git-tag-version version ${GITHUB_REF:10};
npm publish;
fi

0 comments on commit f1d728d

Please sign in to comment.