UNPKG

83 BPlain TextView Raw
1#!/bin/bash
2
3for d in examples/* ; do
4 cd $d
5 npm install
6 cd ../../
7done