Skip to content

Commit

Permalink
fix: missing semantic dependency @semantic-release/npm
Browse files Browse the repository at this point in the history
  • Loading branch information
flauc committed Jan 11, 2021
1 parent c2e9a56 commit 692ba98
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 165 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Expand Up @@ -26,18 +26,9 @@ jobs:
- name: Install Dependencies
run: npm ci

- name: lint
run: npm run lint

- name: test-lib
run: npm run test

- name: build-lib
run: npm run build

- name: test-app
run: npm run test:app

- name: release
if: github.ref == 'refs/heads/master'
run: npm run semantic-release || true
Expand Down
188 changes: 35 additions & 153 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "ng-slider",
"version": "0.0.1",
"version": "2.3.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -47,6 +47,7 @@
"@angular/language-service": "~8.1.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/npm": "7.0.6",
"@types/jasmine": "~3.3.13",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~12.0.10",
Expand Down Expand Up @@ -81,7 +82,6 @@
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/github",
"@semantic-release/git"
]
}
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-slider/package.json
Expand Up @@ -9,7 +9,7 @@
"Slider",
"Range slider"
],
"version": "0.0.1",
"version": "2.3.1",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaspero/ng-slider/issues"
Expand Down

0 comments on commit 692ba98

Please sign in to comment.