mirror of
https://github.com/DeLaGuardo/setup-clojure.git
synced 2025-01-14 02:18:07 +08:00
fix
This commit is contained in:
parent
fab6f52f8c
commit
b819076512
@ -37,12 +37,5 @@
|
||||
"prettier": "^1.17.1",
|
||||
"ts-jest": "^24.0.2",
|
||||
"typescript": "^3.5.1"
|
||||
},
|
||||
"husky": {
|
||||
"skipCI": true,
|
||||
"hooks": {
|
||||
"pre-commit": "npm run build && npm run format",
|
||||
"post-commit": "npm prune --production && git add node_modules/* && git commit -m \"Husky commit correct node modules\""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -89,8 +89,8 @@ async function installLeiningen(
|
||||
if (IS_WINDOWS) {
|
||||
await readWriteAsync(
|
||||
path.join(binDir, 'lein.bat'),
|
||||
'!LEIN_HOME!\\self-installs\\leiningen-!LEIN_VERSION!-standalone.jar',
|
||||
'!LEIN_LIB_DIR!\\libexec\\leiningen-standalone.jar'
|
||||
'!LEIN_HOME!\self-installs\leiningen-!LEIN_VERSION!-standalone.jar',
|
||||
'!LEIN_LIB_DIR!\libexec\leiningen-standalone.jar'
|
||||
);
|
||||
} else {
|
||||
await readWriteAsync(
|
||||
|
Loading…
x
Reference in New Issue
Block a user