Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Jan 6, 2020
1 parent 0ab1a56 commit 49f5ffe
Showing 1 changed file with 1 addition and 1 deletion.
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": "run-p build:*",
"build": "npx 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 49f5ffe

Please sign in to comment.