Skip to content

Commit

Permalink
🔧 Deploy script fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
John Cruz committed Aug 27, 2020
1 parent 6327cbe commit 58c2f92
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 58c2f92

Please sign in to comment.