Adding npm build script

This commit is contained in:
Tim Mickel 2016-01-13 15:30:14 -05:00
parent b4b79d82ee
commit 6c58c4fe75

2
bin/bundle-compile.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
npm run build;