Skip to content

Commit 2616919

Browse files
committed
fix
1 parent e26a575 commit 2616919

File tree

2 files changed

+34
-17
lines changed

2 files changed

+34
-17
lines changed

package-lock.json

+30-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@
6969
"try:pack": "npm run prepublishOnly && npm pack && npm run postpublish",
7070
"pack": "npm run build && cp package.json ./lib/package.json && cp README.pack.md ./lib/README.md && cp CHANGELOG.md ./lib/CHANGELOG.md && sh .scripts/remove.sh && cd lib && npm version $ver --no-git-tag-version ",
7171
"publishPack": "npm run pack && cd lib && npm publish --tag $TAG",
72-
"publish:alpha": "export TAG=alpha && export ver=$(semver $(npm show . version) --increment -i prerelease --preid 'alpha') && npm run publishPack && npm run postpublish",
72+
"publish:alpha": "export TAG=alpha && export ver=$(semver $(npm show . version --tag alpha || npm show . version) --increment -i prerelease --preid 'alpha') && npm run publishPack && npm run postpublish",
73+
"publish:alpha:init": "export TAG=alpha && export ver=$(semver $(npm show . version) --increment -i prerelease --preid 'alpha') && npm run publishPack && npm run postpublish",
7374
"publish:patch": "export TAG=latest && export ver=$(semver $(npm show . version) --increment -i patch) && npm run publishPack && npm run postpublish",
7475
"publish:minor": "export TAG=latest && export ver=$(semver $(npm show . version) --increment -i minor) && npm run publishPack && npm run postpublish",
7576
"publish:major": "export TAG=latest && export ver=$(semver $(npm show . version) --increment -i major) && npm run publishPack && npm run postpublish",
@@ -91,7 +92,7 @@
9192
"@cypress/code-coverage": "^3.12.39",
9293
"@ephesoft/webpack.istanbul.loader": "^2.2.0",
9394
"@istanbuljs/nyc-config-typescript": "^1.0.2",
94-
"@mmisty/cypress-allure-adapter": "^0.16.9",
95+
"@mmisty/cypress-allure-adapter": "^0.16.10",
9596
"@types/jest": "^29.5.12",
9697
"@types/mocha": "^9.1.1",
9798
"@types/node": "^18.19.34",
@@ -126,7 +127,7 @@
126127
"loader-utils": "1.4.2"
127128
},
128129
"dependencies": {
129-
"@mmisty/cypress-tags": "^1.0.15",
130+
"@mmisty/cypress-tags": "^1.0.16",
130131
"cypress-controls-ext": "^0.2.0",
131132
"fast-glob": "^3.3.2",
132133
"yargs": "^17.7.2"

0 commit comments

Comments
 (0)