Skip to content

Commit

Permalink
use npm ci to install npm packages
Browse files Browse the repository at this point in the history
force upgrade bootstrap to 4.1.2
  • Loading branch information
31453 committed Oct 2, 2018
1 parent 2ef4949 commit 6fd4045
Show file tree
Hide file tree
Showing 10 changed files with 410 additions and 415 deletions.
6 changes: 3 additions & 3 deletions Makefile.am
@@ -1,13 +1,13 @@
SUBDIRS = . capture db viewer parliament release tests
install-exec-local:
npm install
npm ci
@INSTALL@ -D package.json @prefix@/package.json
@INSTALL@ -D package-lock.json @prefix@/package-lock.json
(cd @prefix@ ; npm install --production)
(cd @prefix@ ; npm ci --production)
rm -f @prefix@/package-lock.json

check-local:
npm install
npm ci

config:
@prefix@/bin/Configure
2 changes: 1 addition & 1 deletion easybutton-build.sh
Expand Up @@ -18,7 +18,7 @@ PCAP=1.9.0
CURL=7.61.1
LUA=5.3.5
DAQ=2.0.6
NODE=8.11.4
NODE=8.12.0

TDIR="/data/moloch"
DOPFRING=0
Expand Down

0 comments on commit 6fd4045

Please sign in to comment.