File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,11 @@ script:
20
20
- yarn test:unit --coverage --runInBand --verbose
21
21
after_success :
22
22
- 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 1
1
{
2
2
"name" : " playwright-testing-library" ,
3
- "version" : " 0.0.0-development " ,
3
+ "version" : " 0.0.0-semantically-released " ,
4
4
"description" : " playwright + dom-testing-library" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"scripts" : {
7
7
"test" : " yarn test:lint && yarn test:unit" ,
8
8
"test:unit" : " jest" ,
9
9
"test:lint" : " lint -t typescript './lib/**/*.ts'" ,
10
- "semantic-release" : " semantic-release" ,
11
10
"clean" : " rm -fR dist/" ,
12
11
"rebuild" : " yarn clean && yarn build" ,
13
12
"prepublishOnly" : " yarn rebuild && generate-export-aliases" ,
14
13
"build" : " yarn build:ts && yarn build:rollup" ,
15
14
"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"
17
17
},
18
18
"repository" : {
19
19
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments