mirror of
https://github.com/google/nomulus.git
synced 2025-08-04 17:01:51 +02:00
Move soyutils_usegoog.js out of node_modules (#342)
* Move soyutils_usegoog.js out of node_modules Everytime the npmInstall runs, it removes this file from node_modules. Move it outside the folder to prevent this from happening. * Move karma.conf.js and soyutils_usegooge.js * Move karma.conf.js to be under core
This commit is contained in:
parent
37b9999cfc
commit
c4721121eb
5 changed files with 4 additions and 4 deletions
|
@ -80,7 +80,7 @@ PRESUBMITS = {
|
|||
".git", "/build/", "/generated/", "node_modules/",
|
||||
"JUnitBackports.java", "registrar_bin.", "registrar_dbg.",
|
||||
"google-java-format-diff.py",
|
||||
"nomulus.golden.sql"
|
||||
"nomulus.golden.sql", "soyutils_usegoog.js"
|
||||
}, REQUIRED):
|
||||
"File did not include the license header.",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue