chore(scripts): drop redundant lifecycle wrappers, inline submodule setup into wagmi:gen
This commit is contained in:
@@ -3,19 +3,16 @@
|
|||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prestart": "bun run wagmi:gen",
|
"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": "bun run type-check && bun run build-only",
|
||||||
"preview": "vite preview",
|
|
||||||
"build-only": "vite build",
|
"build-only": "vite build",
|
||||||
|
"preview": "vite preview",
|
||||||
"type-check": "vue-tsc --skipLibCheck --noEmit",
|
"type-check": "vue-tsc --skipLibCheck --noEmit",
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"lint:fix": "eslint . --fix",
|
"lint:fix": "eslint . --fix",
|
||||||
"format": "prettier --write \"src/**/*.{ts,vue,json}\"",
|
"format": "prettier --write \"src/**/*.{ts,vue,json}\"",
|
||||||
"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
|
"format:check": "prettier --check \"src/**/*.{ts,vue,json}\"",
|
||||||
"contracts:setup": "(test -f p2pix-smart-contracts/.env || cp p2pix-smart-contracts/.env.example p2pix-smart-contracts/.env) && pushd p2pix-smart-contracts && bun install && popd",
|
"wagmi:gen": "(test -f p2pix-smart-contracts/.env || cp p2pix-smart-contracts/.env.example p2pix-smart-contracts/.env) && pushd p2pix-smart-contracts && bun install && popd && wagmi generate"
|
||||||
"prewagmi:gen": "bun run contracts:setup",
|
|
||||||
"wagmi:gen": "wagmi generate"
|
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@floating-ui/vue": "^1.1.11",
|
"@floating-ui/vue": "^1.1.11",
|
||||||
|
|||||||
Reference in New Issue
Block a user