Skip to content

Commit

Permalink
Switch to NPM
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Aug 29, 2023
1 parent a72bfba commit 916ef85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/.makefiles/
/artifacts/
/node_modules/
/yarn-error.log
/yarn.lock
/package-lock.json
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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 "$@"
Expand Down

0 comments on commit 916ef85

Please sign in to comment.