Skip to content

Commit

Permalink
fix: Fix build steps
Browse files Browse the repository at this point in the history
  • Loading branch information
filipboev committed Mar 11, 2021
1 parent 3bbebf2 commit fe474ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
with:
node-version: 14
- run: npm ci
- run: npm test

publish-gpr:
needs: build
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"release": "standard-version"
"release": "standard-version && git push --follow-tags origin master"
},
"keywords": [],
"engines": {
Expand Down

0 comments on commit fe474ab

Please sign in to comment.