Remove npm from makefile

This commit is contained in:
Connor Prussin 2019-02-16 22:46:10 -08:00
parent 98b0b4e268
commit 939cd834d7
No known key found for this signature in database
GPG Key ID: C72452E036D53A6A

View File

@ -8,7 +8,6 @@ MAKEFLAGS += --warn-undefined-variables
PULP := pulp PULP := pulp
BOWER := bower BOWER := bower
NODE := node NODE := node
NPM := npm
# Options to pass to pulp when building # Options to pass to pulp when building
BUILD_OPTIONS := -- --stash --censor-lib --strict BUILD_OPTIONS := -- --stash --censor-lib --strict