1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-23 01:29:41 +01:00
portfolio/scripts/entry.sh

9 lines
103 B
Bash
Raw Normal View History

2018-06-17 02:12:21 +02:00
#!/usr/bin/env bash
set -e
# echo "Running npm install..."
# npm install
# rm -rf ./public
2018-06-20 23:20:34 +02:00
npm start