Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
fix(deploy): config semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSwitch committed Jun 12, 2019
1 parent df461e3 commit 4fd2c27
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 @@ -12,7 +12,7 @@
"docz:dev": "docz dev",
"docz:build": "docz build",
"lint": "eslint ./",
"postpublish": "cp -r dist/package.json .",
"postpublish": "cp -r package.json ../",
"semantic-release": "semantic-release",
"test": "npm run lint"
},
Expand Down

0 comments on commit 4fd2c27

Please sign in to comment.