Skip to content

Commit

Permalink
Merge pull request #12 from GoMetric/fix-deploy-npm-install
Browse files Browse the repository at this point in the history
fix: deploy npm install
  • Loading branch information
bumgle authored May 13, 2022
2 parents 3fd2a16 + f80670a commit c09ae57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ SHELL=bash

assets-build-prod:
export NODE_ENV=production
yarn install --production --non-interactive
yarn install --non-interactive
yarn build

0 comments on commit c09ae57

Please sign in to comment.