Skip to content

Commit

Permalink
Don't check for outdated packages after npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
lovett committed Nov 23, 2018
1 parent 8e9e273 commit d842e75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -72,9 +72,9 @@ outdated: dummy
npm outdated || true npm outdated || true


setup: export NPM_CONFIG_PROGRESS = false setup: export NPM_CONFIG_PROGRESS = false
setup: export NODE_ENV=dev
setup: setup:
NODE_ENV=dev npm install --no-optional npm install --no-optional
npm outdated || true


# #
# Build the web worker portion of the UI via webpack. # Build the web worker portion of the UI via webpack.
Expand Down

0 comments on commit d842e75

Please sign in to comment.