Skip to content

Commit

Permalink
Merge pull request #21 from williamcruzme/develop
Browse files Browse the repository at this point in the history
🔧 Deploy script fixed
  • Loading branch information
williamcruzme authored Aug 27, 2020
2 parents ed3aa2b + 58c2f92 commit 80cce8d
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 @@ -7,7 +7,7 @@
"scripts": {
"build": "yarn rollup -c",
"lint": "eslint src/**",
"deploy": "yarn eslint && yarn build && yarn publish",
"deploy": "yarn lint && yarn build && yarn publish",
"docs": "docsify serve docs"
},
"repository": {
Expand Down

0 comments on commit 80cce8d

Please sign in to comment.