Switch toolchain from yarn to npm

This commit is contained in:
Nabeel Shahzad
2020-09-04 13:28:17 -04:00
parent ec9ef9c1c2
commit 07de33605b
2431 changed files with 28185 additions and 10067 deletions

View File

@@ -43,7 +43,7 @@ build:
# This is to build all the stylesheets, etc
.PHONY: build-assets
build-assets:
yarn run production
npm run production
.PHONY: install
install: build