File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 24
24
run : npm run ${{ matrix.target }}
25
25
shell : bash
26
26
27
+ - name : Publish any commit / build for testing
28
+ if : ${{ matrix.target == 'ci:build' }}
29
+ run : npm run release:pkg-pr-new
30
+ env :
31
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
+
27
33
commitlint :
28
34
runs-on : ubuntu-latest
29
35
if : github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 14
14
"ci:lint" : " nx run-many --target=lint --all" ,
15
15
"ci:e2e" : " nx run transloco-playground-e2e:e2e:ci" ,
16
16
"e2e" : " nx run transloco-playground-e2e:e2e" ,
17
- "pre-commit" : " node scripts/pre-commit.js && lint-staged --allow-empty"
17
+ "pre-commit" : " node scripts/pre-commit.js && lint-staged --allow-empty" ,
18
+ "release:pkg-pr-new" : " npx pkg-pr-new@^0.0.30 publish --compact ./dist/libs/*"
18
19
},
19
20
"dependencies" : {
20
21
"@angular/animations" : " 18.2.9" ,
You can’t perform that action at this time.
0 commit comments