Unverified Commit 2fefe141 authored by Michael Underwood's avatar Michael Underwood Committed by GitHub
Browse files

Merge pull request #297 from pdobrowolskivalue/patch-1

Modify prepublishOnly script
parents 2b6a0d70 7ddc4aca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"