Skip to content

Commit

Permalink
Merge pull request vue-leaflet#297 from pdobrowolskivalue/patch-1
Browse files Browse the repository at this point in the history
Modify prepublishOnly script
  • Loading branch information
mikeu authored Jun 11, 2023
2 parents 2b6a0d7 + 7ddc4ac commit 2fefe14
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 @@ -25,7 +25,7 @@
"type-check": "vue-tsc --noEmit",
"lint": "yarn lint-cmd --fix src",
"lint-only": "eslint src --ext .ts,.vue --ignore-path .gitignore",
"prepublishOnly": "yarn lint && yarn run build",
"prepublishOnly": "yarn lint && yarn build",
"postversion": "git push --follow-tags",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs"
Expand Down

0 comments on commit 2fefe14

Please sign in to comment.