mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Fix typo in 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 .",
|
||||||
"deploy": "npm run build && npm pack && npm public --access public",
|
"deploy": "npm run build && npm pack && npm publish --access public",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"versionPatch": "npm version patch",
|
"versionPatch": "npm version patch",
|
||||||
"versionMinor": "npm version minor",
|
"versionMinor": "npm version minor",
|
||||||
|
|||||||
Reference in New Issue
Block a user