diff options
author | Pauline <git@ethanlibs.co> | 2023-10-14 14:40:31 -0400 |
---|---|---|
committer | Pauline <git@ethanlibs.co> | 2023-10-14 14:40:31 -0400 |
commit | 06f51ccdc496a6581d098edc424f3973e550221d (patch) | |
tree | b064b8058ef77634dcf2c904a70cdea030884a7a /.npmrc | |
parent | 997b850967df8dc03a7321b167dc9f7b52f98c7a (diff) | |
download | Nexus-06f51ccdc496a6581d098edc424f3973e550221d.tar.gz Nexus-06f51ccdc496a6581d098edc424f3973e550221d.tar.bz2 Nexus-06f51ccdc496a6581d098edc424f3973e550221d.zip |
refactor(build): switch to turborepo & bump deps
Diffstat (limited to '.npmrc')
-rw-r--r-- | .npmrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,2 +1,5 @@ -; make all engine requirements (e.g. node version) strictly kept -engine-strict=true
\ No newline at end of file +engine-strict=true +prefer-symlinked-executables=false +auto-install-peers=true +max-old-space-size=4096 +enable-pre-post-scripts=true |