mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
Create package.json during build target
Rather than hard-code the name and version in package.json, generate the file during the build process. The strings %NAME% and %VERSION% will be replaced with appropriate values during a new build target 'package.json'.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,4 +24,5 @@ pep8.txt
|
||||
.tox
|
||||
nohup.out
|
||||
reports
|
||||
package.json
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user