mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Add npm-shrinkwrap.json and pin Bourbon (#1190)
Temporary workaround for #1189
This commit is contained in:
parent
7988076799
commit
de44b39411
2 changed files with 5466 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -143,7 +143,8 @@ generate-dev: .prefix
|
|||
webpack --progress --colors --watch --notify
|
||||
|
||||
deps:
|
||||
npm install
|
||||
npm install --no-optional
|
||||
npm shrinkwrap
|
||||
go get github.com/jteeuwen/go-bindata/...
|
||||
go get github.com/Masterminds/glide
|
||||
go get github.com/groob/mockimpl
|
||||
|
|
@ -182,4 +183,3 @@ package: build
|
|||
mkdir -p build/pkgroot/usr/bin
|
||||
cp build/kolide build/pkgroot/usr/bin
|
||||
docker run --rm -it -v ${PWD}/build/pkgroot:/pkgroot -v ${PWD}/build:/out -e KOLIDE_VERSION="${VERSION}" kolide/fpm
|
||||
|
||||
|
|
|
|||
5464
npm-shrinkwrap.json
generated
Normal file
5464
npm-shrinkwrap.json
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue