mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09:22 +00:00
Add npm i
to all the scripts
This commit is contained in:
parent
1dc8382f7d
commit
771e98eee2
10
package.json
10
package.json
@ -4,11 +4,11 @@
|
|||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "npm i && vite",
|
||||||
"build": "vite build",
|
"build": "npm i && vite build",
|
||||||
"build:dev": "vite build --mode development",
|
"build:dev": "npm i && vite build --mode development",
|
||||||
"lint": "eslint .",
|
"lint": "npm i && eslint .",
|
||||||
"preview": "vite preview"
|
"preview": "npm i && vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@hookform/resolvers": "^3.9.0",
|
"@hookform/resolvers": "^3.9.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user