From 0848eb8ddf6cfd32f6e96aac0ff592ad978c13bd Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 28 Oct 2021 19:28:42 +0200 Subject: build: use node 16 and npm 8 (#2157) - change node version from 14.18.1 to 16.13.0 - change npm version from 6.14.13 to 8.1.0 - update package-lock.json to lockfileVersion 2 - use @sindresorhus/do-not-disturb instead of macos-notification-state to avoid failing CI - run ferdi build on latest macos and windows - skip husky in CI builds - move 'cld' and 'node-mac-permissions' to optionalDependency Co-authored-by: Vijay A --- scripts/prepare.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 scripts/prepare.ts (limited to 'scripts/prepare.ts') diff --git a/scripts/prepare.ts b/scripts/prepare.ts deleted file mode 100644 index 4b145b69d..000000000 --- a/scripts/prepare.ts +++ /dev/null @@ -1,4 +0,0 @@ -if (process.env.NODE_ENV === 'development') { - // eslint-disable-next-line global-require - require('husky').install(); -} -- cgit v1.2.3-54-g00ecf