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