From 916ef85dc1ca638b96e5ca3f149aec3d622f849c Mon Sep 17 00:00:00 2001 From: Erin Millard Date: Tue, 29 Aug 2023 17:57:09 +1000 Subject: [PATCH] Switch to NPM --- .gitignore | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4db66d..12a2740 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ /.makefiles/ /artifacts/ /node_modules/ -/yarn-error.log -/yarn.lock +/package-lock.json diff --git a/Makefile b/Makefile index fbedaa6..b4536a6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -include .makefiles/Makefile -include .makefiles/pkg/js/v1/Makefile --include .makefiles/pkg/js/v1/with-yarn.mk +-include .makefiles/pkg/js/v1/with-npm.mk .makefiles/%: @curl -sfL https://makefiles.dev/v1 | bash /dev/stdin "$@"