source: gs3-extensions/tabletop-dl/trunk/NPM-DEV-INSTALL.sh@ 37538

Last change on this file since 37538 was 37536, checked in by davidb, 14 months ago

Scripts to compile up and install winbox-with-interactjs

  • Property svn:executable set to *
File size: 131 bytes
Line 
1#!/bin/bash
2
3
4cd src/winbox-with-interactjs \
5 && echo "Running npm install in src/winbox-with-interact" \
6 && npm install \
Note: See TracBrowser for help on using the repository browser.