1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Move hook to script/git folder

This commit is contained in:
Lucas Vallenet
2023-06-13 10:49:03 +02:00
parent 9e8330cdb4
commit 41f44e30fc
2 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
"scripts": {
"start": "node --experimental-json-modules --no-warnings build/watch.js",
"build": "node --experimental-json-modules --no-warnings build/build.js",
"prestart": "cp scripts/pre-commit .git/hooks/ && chmod +x .git/hooks/pre-commit && echo 'hook copied'"
"prestart": "cp scripts/git/pre-commit .git/hooks/ && chmod +x .git/hooks/pre-commit"
},
"dependencies": {
"locomotive-scroll": "^4.1.4",