Skip to content

Commit

Permalink
Bugfix/js build setup (#940)
Browse files Browse the repository at this point in the history
* Makefile: do not install optional npm pkgs

Update the syntax because --omit should be used
npm WARN config optional Use `--omit=optional` to exclude optional dependencies, or
npm WARN config `--include=optional` to include them.

* package-lock.json: Check in updated lockfile
  • Loading branch information
fliiiix committed Dec 5, 2022
1 parent fbf84bd commit 4ce0fd4
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 102 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ TESTBED_IMAGE ?= isso-js-testbed:latest
all: js site

init:
npm install --no-optional
npm install --omit=optional

flakes:
flake8 isso/ contrib/ --count --max-line-length=127 --show-source --statistics
Expand Down
164 changes: 63 additions & 101 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ce0fd4

Please sign in to comment.