mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Update deploy script
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "eslint . && tsc -b && vite build",
|
"build": "eslint . && tsc -b && vite build",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"check-git-clean": "git diff --quiet && git diff-cached --quiet",
|
"check-git-clean": "git diff --quiet",
|
||||||
"deploy": "npm run check-git-clean && npm run build && npm pack && npm publish --access public",
|
"deploy": "npm run check-git-clean && npm run build && npm pack && npm publish --access public",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"versionPatch": "npm version patch",
|
"versionPatch": "npm version patch",
|
||||||
|
|||||||
Reference in New Issue
Block a user