chore(scripts,docs): make submodule bootstrap explicit, drop auto-install on start
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"version": "1.2.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "bun run wagmi:gen && vite --host=0.0.0.0 --port 3000",
|
||||
"start": "vite --host=0.0.0.0 --port 3000",
|
||||
"build": "bun run type-check && bun run build-only",
|
||||
"build-only": "vite build",
|
||||
"preview": "vite preview",
|
||||
@@ -12,7 +12,7 @@
|
||||
"lint:fix": "eslint . --fix",
|
||||
"format": "prettier --write \"src/**/*.{ts,vue,json}\"",
|
||||
"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
|
||||
"wagmi:gen": "pushd p2pix-smart-contracts && bun install && popd && wagmi generate"
|
||||
"wagmi:gen": "wagmi generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@floating-ui/vue": "^1.1.11",
|
||||
|
||||
Reference in New Issue
Block a user