Compare commits

..

No commits in common. "6645524ea86aa146426e3f9b0d5c53e7205ec2c7" and "01bc758f4a1b46057c130c23d33289cf5362892b" have entirely different histories.

View file

@ -43,9 +43,7 @@ jobs:
repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')" repository="$(echo "${{ github.repository }}" | tr '[:upper:]' '[:lower:]')"
fullrepo=https://${registry}/${repository}.git fullrepo=https://${registry}/${repository}.git
git init git init
git stash # git pull ${fullrepo}
git pull ${fullrepo}
git stash pop
npm install @angular/cli npm install @angular/cli
npm run lint npm run lint
- name: Update version - name: Update version