This repository was archived by the owner on Aug 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,11 @@ script:
2020 - yarn test:unit --coverage --runInBand --verbose
2121after_success :
2222 - cat coverage/lcov.info | coveralls || echo 'Failed to upload to coveralls...'
23+
24+ jobs :
25+ include :
26+ - stage : release
27+ node_js : 12
28+ env :
29+ - PLAYWRIGHT_OVERRIDE_VERSION=latest
30+ script : yarn ci-after-success
Original file line number Diff line number Diff line change 11{
22 "name" : " playwright-testing-library" ,
3- "version" : " 0.0.0-development " ,
3+ "version" : " 0.0.0-semantically-released " ,
44 "description" : " playwright + dom-testing-library" ,
55 "main" : " ./dist/index.js" ,
66 "scripts" : {
77 "test" : " yarn test:lint && yarn test:unit" ,
88 "test:unit" : " jest" ,
99 "test:lint" : " lint -t typescript './lib/**/*.ts'" ,
10- "semantic-release" : " semantic-release" ,
1110 "clean" : " rm -fR dist/" ,
1211 "rebuild" : " yarn clean && yarn build" ,
1312 "prepublishOnly" : " yarn rebuild && generate-export-aliases" ,
1413 "build" : " yarn build:ts && yarn build:rollup" ,
1514 "build:ts" : " tsc" ,
16- "build:rollup" : " rollup -c rollup.config.js"
15+ "build:rollup" : " rollup -c rollup.config.js" ,
16+ "ci-after-success" : " hover-scripts ci-after-success"
1717 },
1818 "repository" : {
1919 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments