|
69 | 69 | "try:pack": "npm run prepublishOnly && npm pack && npm run postpublish",
|
70 | 70 | "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 ",
|
71 | 71 | "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", |
73 | 74 | "publish:patch": "export TAG=latest && export ver=$(semver $(npm show . version) --increment -i patch) && npm run publishPack && npm run postpublish",
|
74 | 75 | "publish:minor": "export TAG=latest && export ver=$(semver $(npm show . version) --increment -i minor) && npm run publishPack && npm run postpublish",
|
75 | 76 | "publish:major": "export TAG=latest && export ver=$(semver $(npm show . version) --increment -i major) && npm run publishPack && npm run postpublish",
|
|
91 | 92 | "@cypress/code-coverage": "^3.12.39",
|
92 | 93 | "@ephesoft/webpack.istanbul.loader": "^2.2.0",
|
93 | 94 | "@istanbuljs/nyc-config-typescript": "^1.0.2",
|
94 |
| - "@mmisty/cypress-allure-adapter": "^0.16.9", |
| 95 | + "@mmisty/cypress-allure-adapter": "^0.16.10", |
95 | 96 | "@types/jest": "^29.5.12",
|
96 | 97 | "@types/mocha": "^9.1.1",
|
97 | 98 | "@types/node": "^18.19.34",
|
|
126 | 127 | "loader-utils": "1.4.2"
|
127 | 128 | },
|
128 | 129 | "dependencies": {
|
129 |
| - "@mmisty/cypress-tags": "^1.0.15", |
| 130 | + "@mmisty/cypress-tags": "^1.0.16", |
130 | 131 | "cypress-controls-ext": "^0.2.0",
|
131 | 132 | "fast-glob": "^3.3.2",
|
132 | 133 | "yargs": "^17.7.2"
|
|
0 commit comments