mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-23 01:29:41 +01:00
9 lines
103 B
Bash
9 lines
103 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
# echo "Running npm install..."
|
|
# npm install
|
|
|
|
# rm -rf ./public
|
|
npm start
|