Dropped pnpm support in favor for npm
This commit is contained in:
2
Makefile
2
Makefile
@@ -2,7 +2,7 @@
|
||||
|
||||
build/packages:
|
||||
mkdir -p $@
|
||||
node tools/stage-for-pnpm.mjs package-manifest.yaml source $@
|
||||
node tools/stage-for-npm.mjs package-manifest.yaml source $@
|
||||
|
||||
publish:
|
||||
cd build/packages && ./publish-all.sh
|
||||
|
||||
Reference in New Issue
Block a user