mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/usr/bin/env bash
|
|
cd demo-shell-ng2
|
|
|
|
#!/bin/sh
|
|
if [[ $1 = "-install" ]]; then
|
|
npm run start
|
|
else
|
|
npm run start.dev
|
|
fi |