Skip to content

Commit

Permalink
Fix/change tslib (#12)
Browse files Browse the repository at this point in the history
* fix change tslib

* test

* JFROG
  • Loading branch information
yarinsa authored Aug 15, 2022
1 parent 0d5ee14 commit 61488b7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'JFrog CLI Example'
on:
push:
branches:
- main

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup JFrog CLI
uses: jfrog/setup-jfrog-cli@v2
env:
JF_ENV_1: ${{ secrets.TEST }}
- name: Run JFrog CLI
run: |
# Collect environment variables for the build
jf --help
# Collect VCS details from git and add them to the build
jf rt bag
# Publish build info
jf rt bp
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"react-router-dom": "6.3.0",
"react-test-renderer": "18.2.0",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"tslib": "2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
Expand Down

0 comments on commit 61488b7

Please sign in to comment.