mirror of
https://github.com/ansible/awx.git
synced 2026-02-22 05:30:18 -03:30
Adjust node_modules make dependencies
This commit is contained in:
2
Makefile
2
Makefile
@@ -188,7 +188,7 @@ package.json:
|
||||
sed -e 's#%NAME%#$(NAME)#;s#%VERSION%#$(VERSION)#;s#%GIT_REMOTE_URL%#$(GIT_REMOTE_URL)#;' packaging/grunt/package.template > $@
|
||||
|
||||
# Update local npm install
|
||||
node_modules: GruntFile.js package.json
|
||||
node_modules: GruntFile.js bower.json package.json
|
||||
npm install
|
||||
|
||||
# Build minified JS/CSS.
|
||||
|
||||
Reference in New Issue
Block a user