-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1488 from NYCPlanning/revert-1486-revert-1484-tas…
…k/13717-server-node@18 Revert "Revert "Task/13717 server node@18""
- Loading branch information
Showing
6 changed files
with
34 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
cd client | ||
yarn run lint-staged | ||
echo "\033[0;31m Pre commit hooks are disabled. Please lint and test manually before pushing.\033[0m" | ||
# cd client | ||
# yarn run lint-staged | ||
|
||
cd ../server | ||
yarn run lint-staged | ||
# cd ../server | ||
# yarn run lint-staged |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,18 +2,5 @@ | |
"name": "labs-zap-search", | ||
"version": "1.0.0", | ||
"repository": "[email protected]:NYCPlanning/labs-zap-search.git", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "concurrently \"yarn run client\" \"yarn run server\"", | ||
"server": "cd server && yarn run start:dev", | ||
"client": "cd client && yarn run start:ssl" | ||
}, | ||
"devDependencies": { | ||
"concurrently": "^6.2.0" | ||
}, | ||
"volta": { | ||
"node": "14.19.1", | ||
"yarn": "1.22.18" | ||
}, | ||
"dependencies": {} | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16.15.1 | ||
18.16.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters