Skip to content
This repository has been archived by the owner on Aug 31, 2022. It is now read-only.

Commit

Permalink
Updated for locally-installed webpack.
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig Wright committed Jul 14, 2017
1 parent 21c6e1c commit 27ca385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ release:
git push --tags

dev:
NODE_ENV=development webpack
NODE_ENV=development npm run dev

prod:
NODE_ENV=production webpack -p
NODE_ENV=production npm run dist

dist:
firebase use tv-deadpool
Expand Down

0 comments on commit 27ca385

Please sign in to comment.