🔥 rm auto format

This commit is contained in:
Tw93
2025-08-20 12:50:06 +08:00
parent 1bb2522ab7
commit 8864e641dc
3 changed files with 0 additions and 7 deletions

View File

@@ -1,2 +0,0 @@
#!/bin/bash
npm run format && git add -A

View File

@@ -1,4 +0,0 @@
#!/bin/bash
git config core.hooksPath .githooks
chmod +x .githooks/*
git config alias.add '!f() { npm run format && git add "$@"; }; f'

View File

@@ -42,7 +42,6 @@
"cli:build": "cross-env NODE_ENV=production rollup -c rollup.config.js",
"test": "npm run cli:build && PAKE_CREATE_APP=1 node tests/index.js",
"format": "prettier --write . --ignore-unknown && cd src-tauri && cargo fmt --verbose",
"hooks:setup": "bash .githooks/setup.sh",
"prepublishOnly": "npm run cli:build"
},
"type": "module",