Skip to content

Commit

Permalink
[frontend] Include the package-lock.json file when building
Browse files Browse the repository at this point in the history
Change-Id: I980cbc5fbe79e1975917faccd9f593d898158e29
  • Loading branch information
JohanAhlen committed Feb 3, 2021
1 parent e3dd9c6 commit a0bd2fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ install-env:
$(MAKE) -C $(INSTALL_DIR)/apps env-install
@echo --- Setting up Frontend assets
cp $(ROOT)/package.json $(INSTALL_DIR)
cp $(ROOT)/package-lock.json $(INSTALL_DIR)
cp $(ROOT)/webpack.config*.js $(INSTALL_DIR)
cp $(ROOT)/.babelrc $(INSTALL_DIR)
cp $(ROOT)/tsconfig.json $(INSTALL_DIR)
Expand Down
1 change: 1 addition & 0 deletions Makefile.tarball
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ PROD_INCLUDES := \
VERSION \
webpack-stats*.json \
package.json \
package-lock.json \
webpack.config*.js \
.babelrc \
tsconfig.json
Expand Down

0 comments on commit a0bd2fd

Please sign in to comment.