Skip to content

Commit

Permalink
Update react.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
ndittren authored Sep 27, 2023
1 parent c16f3b8 commit 363c0c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ snapshot: $(JS_SENTINAL)
deploy-stage: $(JS_SENTINAL)
$(DIST_CLEAN) \
&& npm run stage \
&& cp src/images/* dist/images/. \
&& mkdir -p dist/images && cp src/images/* dist/images/. \
&& $(INTERMEDIATE_STEPS) \
&& $(S3CMD) $(S3_FLAGS) sync --exclude-from='.s3ignore' . s3://$(STAGING_BUCKET)/

deploy-prod: $(JS_SENTINAL)
$(DIST_CLEAN) \
&& npm run prod \
&& cp src/images/* dist/images/. \
&& mkdir -p dist/images && cp src/images/* dist/images/. \
&& $(INTERMEDIATE_STEPS) \
&& $(S3CMD) $(S3_FLAGS) sync --exclude-from='.s3ignore' . s3://$(PROD_BUCKET)/

Expand Down

0 comments on commit 363c0c1

Please sign in to comment.