Skip to content

Commit

Permalink
fix: github actions build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
armand1m committed Jul 6, 2021
1 parent 99a6f06 commit f74a860
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
with:
node-version: 16

- name: Install deps and build (with cache)
uses: bahmutov/npm-install@v1
- name: Install dependencies
run: yarn

- name: Build
run: yarn build

- name: Lint
run: yarn lint
Expand Down
16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,21 +84,7 @@
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "dist/index.js",
"label": "JS distribution"
},
{
"path": "dist/index.es.js",
"label": "ES distribution"
}
]
}
]
"@semantic-release/github"
]
}
}

0 comments on commit f74a860

Please sign in to comment.