Skip to content

Commit

Permalink
chore: fix ci... again
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Jan 6, 2020
1 parent 49f5ffe commit 45deaf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Install dependencies
run: npm ci
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
id: semantic # Need an `id` for output variables
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"prepare": "npm run build",
"release": "standard-version",
"build": "npx run-p build:*",
"build": "run-p build:*",
"build:rollup": "rollup -c",
"build:analyze": "wca analyze src/StripeElements.js --outFile custom-elements.json",
"test": "karma start --coverage",
Expand Down

0 comments on commit 45deaf5

Please sign in to comment.