mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 13:43:59 -05:00
Fix typo in script
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"dev": "vite",
|
||||
"build": "eslint . && tsc -b && vite build",
|
||||
"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",
|
||||
"versionPatch": "npm version patch",
|
||||
"versionMinor": "npm version minor",
|
||||
|
||||
Reference in New Issue
Block a user