Remove script to generate shrinkwrap

This commit is contained in:
Daniel García Aubert 2017-03-22 13:08:12 +01:00
parent de1d1961e3
commit fc27086052
2 changed files with 1 additions and 7 deletions

View File

@ -9,12 +9,6 @@ all:
clean:
rm -rf node_modules/
shrinkwrap: clean
rm npm-shrinkwrap.json
npm install --no-shrinkwrap --production
npm prune
npm shrinkwrap
distclean: clean
rm config.status*

View File

@ -4,4 +4,4 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/opt/X11/lib/pkgconfig
fi
npm install
yarn