Skip to content

Commit

Permalink
fix release-it execution
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvisser committed Jun 1, 2020
1 parent 5ace8ca commit 9241e9a
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 @@ -11,7 +11,7 @@
"build": "run-s lint test clean _build",
"clean": "rm -rf ./dist",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"release": "run-p 'npx release-it'",
"release": "release-it",
"start": "karma start",
"test": "karma start --single-run"
},
Expand Down

0 comments on commit 9241e9a

Please sign in to comment.