chore: test precommit
This commit is contained in:
parent
d09dbfa2da
commit
93193b10de
2 changed files with 1 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
npm run eslint --cache
|
npm run eslint --cache
|
||||||
npm run prettier . --write
|
npm run prettier . --write
|
||||||
|
git add .
|
||||||
|
|
|
@ -18,8 +18,6 @@ import { fileURLToPath } from 'node:url';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
const __filename = fileURLToPath(import.meta.url)
|
const __filename = fileURLToPath(import.meta.url)
|
||||||
const __dirname = path.dirname(__filename)
|
const __dirname = path.dirname(__filename)
|
||||||
const gitignorePath = path.resolve(__dirname, '.gitignore')
|
const gitignorePath = path.resolve(__dirname, '.gitignore')
|
||||||
|
|
Loading…
Reference in a new issue