Skip to content

Commit

Permalink
chore: deploy scripts environment
Browse files Browse the repository at this point in the history
  • Loading branch information
romelperez committed Mar 12, 2021
1 parent 7fc5b57 commit b96b0f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/deploy-playground.sh
Expand Up @@ -9,6 +9,8 @@ fi
git fetch origin $1
git reset --hard origin/$1

NODE_ENV=production

# WORKSPACE

npm install
Expand Down
2 changes: 2 additions & 0 deletions scripts/deploy-website.sh
Expand Up @@ -9,6 +9,8 @@ fi
git fetch origin $1
git reset --hard origin/$1

NODE_ENV=production

# WORKSPACE

npm install
Expand Down

0 comments on commit b96b0f6

Please sign in to comment.