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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user