Added building fibers.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-02-06 11:03:04 +02:00
parent 45d53dede4
commit 0460a7d9d3
6 changed files with 17 additions and 2 deletions

View file

@ -93,6 +93,8 @@ do
rm -rf node_modules
chmod u+w *.json
meteor npm install
cd node_modules/fibers
node build.js
# Cleanup
popd
find . -type d -name '*-garbage*' | xargs rm -rf